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/26986/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "ob_id": 26986,
    "uuid": "e6d7731a67644e0fb5912ab248f0729b",
    "title": "Sentinel 3B Sea and Land Surface Temperature Radiometer (SLSTR) Level 1B radiances and brightness temperature data",
    "abstract": "This dataset contains Radiances and Brightness Temperature data from the Sea and Land Surface Temperature Radiometer (SLSTR) aboard the European Space Agency (ESA) Sentinel 3B Satellite. Sentinel 3B was launched on the 25th April 2018. \r\n\r\nThe primary mission objective of the SLSTR instrument is to extend the long-term consistent set of global Sea Surface Temperature (SST) measurements. In addition, SLSTR using a suite of visible and infrared radiance measurements provides land surface temperature (LST), active fire monitoring, ice surface temperature, cloud, atmospheric aerosol, land surface, forestry and hydrology products in support of Copernicus services. Data are provided by ESA and are made available via CEDA to any registered user.",
    "keywords": "Sentinel, Radiances and Brightness Temperature, SLSTR. Sentinel 3, Sentinel 3B",
    "publicationState": "published",
    "dataPublishedTime": "2021-02-07T15:32:17",
    "doiPublishedTime": null,
    "updateFrequency": "continual",
    "status": "ongoing",
    "result_field": {
        "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26987/?format=api",
        "dataPath": "/neodc/sentinel3b/data/SLSTR/L1_RBT/",
        "oldDataPath": [],
        "storageLocation": "internal",
        "storageStatus": "online",
        "volume": 969087086075487,
        "numberOfFiles": 7275666,
        "fileFormat": "These data files are in NetCDF4 format."
    },
    "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/4980/?format=api",
    "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
    "nonGeographicFlag": false,
    "phenomena": [],
    "dataLineage": "Data collected and prepared by European Space Agency (ESA). Downloaded from the ESA Scientific Data Hub (Scihub) for use by the CEDA registered users.",
    "removedDataTime": null,
    "removedDataReason": "",
    "language": "English",
    "identifier_set": [],
    "projects": [
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/12321/?format=api"
    ],
    "observationcollection_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/32784/?format=api"
    ],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113236/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113233/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113234/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113239/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113238/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113240/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/146234/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113237/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113241/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113235/?format=api"
    ],
    "procedureAcquisition": null,
    "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/26988/?format=api",
    "procedureComputation": null,
    "permissions": [
        {
            "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2586/?format=api",
            "useLimitation": null,
            "accessConstraints": null,
            "accessCategory": "public",
            "accessRoles": null,
            "label": "public: None group",
            "licenceURL": "https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice",
            "licenceClassifications": "any"
        }
    ],
    "discoveryKeywords": [
        {
            "ob_id": 1138,
            "name": "NDGO0003"
        }
    ]
}