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

{
    "ob_id": 19920,
    "uuid": "f534a463b0d24b14ad7e5f8fe649c66c",
    "title": "ESA Ozone Climate Change Initiative (Ozone CCI): METOP-A/GOME-A Level 3 Tropospheric Tropical Ozone 2007-2014 V2.0",
    "abstract": "This dataset is a gridded 80x40km2 product with a temporal resolution of daily across the equator. \r\n\r\nThe data is calculated on a convective cloud differential (CCD) algorithm and averaged whereby only the position of the central coordinate is considered. \r\nThe tropospheric column can then be calculated by the difference between the stratospheric column and the total column. The stratospheric column being estimated as above the high reaching convective clouds (cloud cover >0.8 and >8km in height). To reduce the error above the clouds from up draught of tropospheric pollution a clean reference region 70°E to 170°W representitive of the latitude band. \r\n\r\nFor the Total column only cloud free observations are considered (<10%). This method assumes the stratospheric ozone is constant throughout each month and for one latitude band limit the CCD algorithm to the tropics (20°S to 20°N).\r\n\r\nGOME-2 is on-board the EUMETSAT satellite MetOp-A which was launched in October 2006.\r\nBuild on a design almost identical to GOME, it covers the same spectral range as its predecessor\r\nbut with an improved spatial resolution. The nominal ground-pixel size is 80 x 40 km2 with a\r\nglobal coverage in almost one day (swath of 1920 km). GOME-2 continues the measurement\r\nseries started with GOME, and in this project it is therefore used to retrieve total columns and\r\nvertical distributions of ozone. Data are available since January 2007 on an operational basis. A\r\nsecond GOME-2 instrument has been launched in 2012 on the METOP-B platform, and a third\r\none will be launched at the end of the decade on METOP-C.",
    "keywords": "ESA, Ozone, CCI",
    "publicationState": "working",
    "dataPublishedTime": null,
    "doiPublishedTime": null,
    "updateFrequency": "",
    "status": "ongoing",
    "result_field": null,
    "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/5228/?format=api",
    "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
    "nonGeographicFlag": false,
    "phenomena": [],
    "dataLineage": "Data were processed by the ESA CCI Ozone project team and supplied to CEDA as part of the ESA CCI Open Data Portal Project",
    "removedDataTime": null,
    "removedDataReason": "",
    "language": "English",
    "identifier_set": [],
    "projects": [
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/14147/?format=api"
    ],
    "observationcollection_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
    ],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75716/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75714/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75712/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75713/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75717/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/141972/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/141973/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/141974/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75715/?format=api"
    ],
    "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/8210/?format=api",
    "procedureCompositeProcess": null,
    "procedureComputation": null,
    "permissions": [],
    "discoveryKeywords": []
}