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

{
    "ob_id": 6122,
    "uuid": "51234b47e27aa55e50f8e2eb44927c1e",
    "title": "NERC Mesosphere-Stratosphere-Troposphere (MST) Radar Facility: Surface Meteorological Data, Capel Dewi site, Wales",
    "abstract": "Surface meteorological data are measured by a number of instruments deployed at the Natural Environment Research Council's (NERC) Mesosphere-Stratosphere-Troposphere (MST) Radar Facility, Capel Dewi, near Aberystwyth in West Wales. This dataset consists of data collected by the following suite instruments connected to a Campbell Scientific CR10 Climate Data Logger: Campbell Scientific 107 thermistor temperature probe mounted inside an URS1 unaspirated radiation shield. Accuracy: +/- 0.4 degrees C. Vaisala PTB101B barometric pressure sensor. Accuracy: +/- 2.0 hPa. Vaisala HMP45C temperature and relative humidity probe (from which only the humidity measurements are used) mounted inside an URS1 un-aspirated radiation shield. Accuracy: +/- 0.3%. Environmental Measurements ARG100 tipping bucket raingauge. Kipp and Zonen CM3 thermopile pyranometer (WMO second class). Accuracy: +/- 0.5%. The raingauge is located on the ground. All other sensors are mounted on a post approximately 1 m above the ground. \r\n\r\nThe data logger initially samples the atmospheric temperature, pressure and humidity sensors at 5 s intervals. Mean values are calculated over each 60 s and the outputs from the logger represent minima, means and maxima of these 60 s means over each 10 minute sample period. The data logger is connected to a tipping bucket raingauge (sampled every 1 s, and recording tips for each 0.20 mm accumulation of rain); pyranometer (sampled every every 5 s, recording the down-welling radiation within a hemispheric field of view with a flat response in the spectral range 305 - 2800 nm); \r\n\r\nThe data are available in NASA-Ames formatted files.\r\n\r\nIndependent surface meteorological data are also available from the Vaisala WXT510 instrument also located at the site and are available in the wxt510-precipitation and PTU datasets.",
    "keywords": "MST, meteorology, surface, 2m, pressure, temperature, humidity",
    "publicationState": "published",
    "dataPublishedTime": "2007-03-15T23:52:33",
    "doiPublishedTime": null,
    "updateFrequency": "daily",
    "status": "ongoing",
    "result_field": {
        "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/6123/?format=api",
        "dataPath": "/badc/mst/data/surface-met",
        "oldDataPath": [],
        "storageLocation": "internal",
        "storageStatus": "online",
        "volume": 109578853,
        "numberOfFiles": 8417,
        "fileFormat": "Data are available in NASA-Ames formatted files."
    },
    "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/1790/?format=api",
    "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/515/?format=api",
    "nonGeographicFlag": false,
    "phenomena": [
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/8242/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/8243/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/8244/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/8245/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/8246/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/8247/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/8248/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/8249/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/8250/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/8251/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22457/?format=api"
    ],
    "dataLineage": "Data are acquired by the MST radar facility and sent to the BADC within an hour of acquisition. Data are then immediately ingested into the BADC archives.",
    "removedDataTime": null,
    "removedDataReason": "",
    "language": "English",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/3968/?format=api"
    ],
    "projects": [
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/25330/?format=api"
    ],
    "observationcollection_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/6117/?format=api"
    ],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/26012/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/26016/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/26010/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/26013/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/26014/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/26015/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/26017/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/26011/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/103835/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/46122/?format=api"
    ],
    "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/6125/?format=api",
    "procedureCompositeProcess": null,
    "procedureComputation": null,
    "permissions": [
        {
            "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2543/?format=api",
            "useLimitation": null,
            "accessConstraints": null,
            "accessCategory": "registered",
            "accessRoles": null,
            "label": "registered: None group",
            "licenceURL": "https://artefacts.ceda.ac.uk/licences/missing_licence.pdf",
            "licenceClassifications": "unstated"
        }
    ],
    "discoveryKeywords": [
        {
            "ob_id": 1138,
            "name": "NDGO0003"
        }
    ]
}