Get a list of Observation objects.

### Available end points:

- `/observations/` - Will list all Results in the database
- `/observations.json` - Will return all Results in json format. This can
also be achieved by using the accept header. `application/json`
- `/observations/<object_id>/` - Returns Results object with that id

### Available Methods:

- `GET`
- `HEAD`

### Available filters:

- `title`
- `uuid`
- `keywords`
- `status`
- `result_field`
- `discoveryKeywords`
- `updateFrequency`
- `nonGeographicFlag`
- `publicationState`
- `permissions`

### How to use filters:

These filters can be used like django query filters using __ for related model relationships.

- `/observations/?uuid=d594d53df2612bbd89c2e0e770b5c1a0`
- `/observations/?status=completed`
- `/observations/?results_field__dataPath__startswith=/neodc/esacci`
- `/observations/?discoveryKeywords__name=ESACCI`
- `/observations/?nonGeographicFlag=True`

Filters can be stacked to build an 'AND' relationship. E.g.

- `/observations/?publicationState__in=published,citable&nonGeographicFlag=True`
- `/observations/?publicationState__in=published,citable&discoveryKeyword__name=NDGO0003`

GET /api/v2/observations/32738/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "ob_id": 32738,
    "uuid": "5c2b70d069cb467ab73e80b84c3e395a",
    "title": "Global ocean lagrangian trajectories based on AVISO velocities, v2.2",
    "abstract": "The National Centre for Earth Observation (NCEO) Long Term Science Single Centre (LTSS) Global Ocean Lagrangian Trajectories  (OLTraj) provide 30-day forward and backward Lagrangian trajectories based on AVISO (Satellite Altimetry Data project) surface velocities. Each trajectory represents the path that a water mass would move along starting at a given pixel and a given day. OLTraj can be thus used to implement analyses of oceanic data in a Lagrangian framework. The purpose of OLTraj is to allow non-specialists to conduct Lagrangian analyses of surface ocean data.\r\n\r\nThe dataset has global coverage and spans 1998-2019 with a daily temporal resolution. The trajectories were generated starting from zonal and meridional model velocity fields that were integrated using the LAMTA  (6-hour time step - part of ) as described in Nencioli et al., 2018 and SPASSO (Software package for and adaptive satellite-based sampling for ocean graphic cruises containing LAMTA) software user guide. Please see the documentation section below for further information.\r\n\r\nVersion 2.2 is a higher resolution version of V2.0 and also has double value for time variables to permit access via THREDDS",
    "keywords": "AVISO, Global, Ocean Lagrangian Trajectories, LAMTA, zonal, meridional model,  OLTraj_SEALEVEL_GLO_PHY_L4_REP_OBSERVATIONS_008_047",
    "publicationState": "citable",
    "dataPublishedTime": "2021-08-19T14:44:50",
    "doiPublishedTime": "2021-09-08T10:40:06",
    "updateFrequency": "",
    "status": "ongoing",
    "result_field": {
        "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32739/?format=api",
        "dataPath": "/neodc/oltraj/data/v2.2/",
        "oldDataPath": [],
        "storageLocation": "internal",
        "storageStatus": "online",
        "volume": 6858992869823,
        "numberOfFiles": 8044,
        "fileFormat": "NetCDF"
    },
    "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8981/?format=api",
    "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2687/?format=api",
    "nonGeographicFlag": false,
    "phenomena": [
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3894/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/18405/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/18408/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/30129/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/30130/?format=api"
    ],
    "dataLineage": "Data were produced by the NCEO Plymouth Marine Laboratory project team and supplied for archiving at the Centre for Environmental Data Analysis (CEDA).",
    "removedDataTime": null,
    "removedDataReason": "",
    "language": "English",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10938/?format=api"
    ],
    "projects": [
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/5002/?format=api"
    ],
    "observationcollection_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30127/?format=api"
    ],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/146107/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/146108/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/146106/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/146101/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/146102/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/146103/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/146104/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/146105/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/146109/?format=api"
    ],
    "procedureAcquisition": null,
    "procedureCompositeProcess": null,
    "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/32740/?format=api",
    "permissions": [
        {
            "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2528/?format=api",
            "useLimitation": null,
            "accessConstraints": null,
            "accessCategory": "public",
            "accessRoles": null,
            "label": "public: None group",
            "licenceURL": "http://creativecommons.org/licenses/by/4.0/",
            "licenceClassifications": "any"
        }
    ],
    "discoveryKeywords": [
        {
            "ob_id": 1138,
            "name": "NDGO0003"
        }
    ]
}