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

{
    "ob_id": 27730,
    "uuid": "bcbe8362169549d7bf839cd0f12ff1e6",
    "title": "Sentinel 3A Ocean and Land Colour Instrument (OLCI) Reduced Resolution (ERR) level 1 data",
    "abstract": "This dataset contains ocean and land colour imagery data from the Ocean and Land Colour Instrument (OLCI) aboard the European Space Agency (ESA) Sentinel 3A Satellite. Sentinel 3A was launched on the 16th February 2016. OLCI is an optical instrument used to provide data continuity for Environmental Satellite (ENVISAT's) Medium Resolution Imaging Spectrometer (MERIS). OLCI is a push-broom imaging spectrometer that measures solar radiation reflected by the Earth. The OLCI radiometer images using 21 spectral bands ranging from 400nm to 1020nm. The Reduced Resolution (ERR) Level 1 data is calibrated, geo-located and spatially re-sampled Top Of Atmosphere (TOA) radiance for all 21 OLCI spectral bands. Reduced Resolution products are obtained by averaging the signal of a grid of 16 FR pixels (4 Along Track x 4 Across Track). For the normal orbit of Sentinel 3A the OLCI instrument provides a Reduced Resolution produced with a spatial resolution of approximately 1.2km with worldwide coverage every ~2 days.\r\n\r\nData are provided by ESA and are made available via CEDA to any registered user.",
    "keywords": "Sentinel, Ocean and Land Colour Instrument, OLCI",
    "publicationState": "published",
    "dataPublishedTime": "2022-12-19T09:26:30",
    "doiPublishedTime": null,
    "updateFrequency": "continual",
    "status": "ongoing",
    "result_field": {
        "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/27731/?format=api",
        "dataPath": "/neodc/sentinel3a/data/OLCI/L1_ERR/",
        "oldDataPath": [],
        "storageLocation": "internal",
        "storageStatus": "online",
        "volume": 8057215120699,
        "numberOfFiles": 29770,
        "fileFormat": "These image files are in NETCDF4 format."
    },
    "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/10747/?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 hubs for use by the UK scientific community.",
    "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/32818/?format=api"
    ],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/186906/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/115919/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/115923/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/186905/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/115918/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/115925/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/115924/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/182461/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/115920/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/115922/?format=api"
    ],
    "procedureAcquisition": null,
    "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/19026/?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": []
}