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

{
    "ob_id": 2484,
    "uuid": "642695719c97462eae72b29538e33c2f",
    "title": "MRF A771 EXPORT flight: Airborne atmospheric and chemistry measurements taken on board the Met Office C-130 Hercules aircraft",
    "abstract": "The primary objective of the European eXport of Precursors and Ozone by long-Range Transport (EXPORT) project is to characterise and quantify the photochemical air pollution both forming over Europe and being exported eastwards from Europe. The data held at BADC was collected during a co-ordinated 3 aircraft flying campaign in August 2000 based at Oberpfaffenhofen in Southern Germany. Measurements were made of many photochemical parameters including ozone, its precursors, other oxidants and both gas phase and particulate tracers in the air over Europe and that being transported eastwards out of Europe. \r\n\r\nThis dataset contains airborne atmospheric and chemistry measurements taken on board the Met Office C-130 Hercules aircraft flight A771 for the EXPORT project. The flight was from Boscombe to Oberpfaffenhofen.\r\n\r\nThe main aim of the flight was to transit from Boscombe Down to Oberpfaffenhofen. However, it was also the first, and only, opportunity to test the recently refitted instruments. In particular, it had been requested that the peroxide instrument should be tested at altitude, in order to check for leaks.\r\n\r\nThe flight did not get of to a good start, as power was lost, due to the GPU running out of fuel. A faulty oxygen regulator was then noted, which had to be repaired before take-off.  We delayed slightly and a full warm-up of the NOxy was not achievable but the operator was happy to go on the basis that it was a test flight.\r\n\r\nThe flight showed up a few problems: the peroxide lost flow on ascent to FL190; the CN counter kept switching off; the Leeds GC (ORAC) was noisy and there were spikes on the JO1D and jNO2 lower radiometers. All in all it was a useful test; giving confidence in most of the instruments.\r\n\r\n",
    "keywords": "EXPORT, C-130",
    "publicationState": "published",
    "dataPublishedTime": "2007-02-22T01:20:32",
    "doiPublishedTime": null,
    "updateFrequency": "notPlanned",
    "status": "completed",
    "result_field": {
        "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2485/?format=api",
        "dataPath": "/badc/ukmo-mrf/data/a771",
        "oldDataPath": [],
        "storageLocation": "internal",
        "storageStatus": "online",
        "volume": 15416130,
        "numberOfFiles": 21,
        "fileFormat": "Data are NASA Ames formatted"
    },
    "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/5116/?format=api",
    "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1609/?format=api",
    "nonGeographicFlag": false,
    "phenomena": [
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21758/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21771/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21785/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21817/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21823/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22438/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22440/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22850/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22852/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22854/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25382/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25388/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25390/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25393/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25394/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25398/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25402/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25850/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25861/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25893/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25894/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25895/?format=api"
    ],
    "dataLineage": "Data collected by instruments on-board the MRF C-130 during flight A771. Data acquired by BADC for archiving during the EXPORT project.",
    "removedDataTime": null,
    "removedDataReason": "",
    "language": "English",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/1738/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/1744/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/1746/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/1761/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/1762/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/1754/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/1735/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/1753/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/1740/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/1758/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/1739/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/1749/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/1757/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/1764/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/1763/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/1750/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/1741/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/1745/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/1737/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/1736/?format=api"
    ],
    "projects": [
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/2466/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/14434/?format=api"
    ],
    "observationcollection_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/431/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/6573/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/2463/?format=api"
    ],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/11669/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/11673/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/11667/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/11670/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/11671/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/11672/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/11674/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/11668/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73652/?format=api"
    ],
    "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/2486/?format=api",
    "procedureCompositeProcess": null,
    "procedureComputation": null,
    "permissions": [
        {
            "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
            "useLimitation": null,
            "accessConstraints": null,
            "accessCategory": "registered",
            "accessRoles": null,
            "label": "registered: None group",
            "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
            "licenceClassifications": "any"
        }
    ],
    "discoveryKeywords": [
        {
            "ob_id": 1138,
            "name": "NDGO0003"
        }
    ]
}