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

{
    "ob_id": 26024,
    "uuid": "e58fdade3a6c46bbaae7c53e948dd6d0",
    "title": "Arctic Cloud Summer Expedition (ACSE): composite flux data for Icebreaker Oden",
    "abstract": "This dataset contains provides the final best estimates of fluxes, mean environmental variables and derived transfer coefficient estimates, along with asociated quality control flags, during the Icebreaker Oden voyage durning the Arctic Cloud Summer Expedition (ACSE) in summer 2014. These were calculated based on instrumentation data from the University of Leeds' Metek sonic anemometer, Licor LI-7500 gas analyzer and XSENS MTi-G-700 motion pack, plus mean surface meteorology data provided from the automatic weather station operated on board by the Department of Meteorology, Stockholm University (MISU).\r\n\r\nOther data from the UK contribution, as well as selected other data, are available within the associated data collection in the Centre for Environmental Data Analysis (CEDA) archives. Other cruise data may be available in the NOAA ACSE and The Bolin Centre for Climate Research SWERUS (SWEdish-Russian-US) holdings - see online resources linked to this record.\r\n\r\n\r\nThe Arctic Cloud Summer Expedition (ACSE) was a collaboration between the University of Leeds, the University of Stockholm, and NOAA-CIRES. ACSE aimed to study the response of Arctic boundary layer cloud to changes in surface conditions in the Arctic Ocean as a working package of the larger Swedish-Russian-US Investigation of Climate, Cryosphere and Carbon interaction (SWERUS-C3) Expedition in Summer 2014. This expedition was a core component to the overall SWERUS-C3 programme and was supported by the Swedish Polar Research Secretariat.\r\n\r\nACSE took place during a 3-month cruise of the Swedish Icebreaker Oden from Tromso, Norway to Barrow, Alaska and back over the summer of 2014. During this cruise ACSE scientists measured surface turbulent exchange, boundary layer structure, and cloud properties. Many of the measurements used remote sensing approaches - radar, lidar, and microwave radiometers - to retrieve vertical profiles of the dynamic and microphysical properties of the lower atmosphere and cloud.\r\n\r\nThe UK participation of ACSE was funded by the Natural Environment Research Council (NERC, grant: NE/K011820/1) and involved instrumentation from the Atmospheric Measurement Facility of the UK's National Centre for Atmospheric Science (NCAS AMF). This dataset collection contains data mainy from the UK contribution with some additional data from other institutes also archived to complement the suite of meteorological measurements.\r\n\r\nThe document \"ACSE_turbulent_fluxes_readme.txt\" in the archive contains fuller details of the flux calculations. The final data, prepared for archiving as NetCDF data at the Centre for Environmental Data Analysis (CEDA) by Ian Brooks, University of Leeds, contain:\r\n\r\n1) The final quality controlled best estimates of 20-min averaged dynamic fluxes, associated mean environmental variables (10m wind, etc), transfer coefficients, and quality control flags.\r\n\r\n2) The raw kinematic fluxes, etc that go into generating (1), along with the quality control variables used in generating the QC flags, and the QC flags.\r\n\r\n3) Other environmental variables (in some cases with duplicates from multiple different sensors) averaged onto the same time base as the flux estimates.\r\n\r\nThe authors note that in all cases a lot of work has been done on quality control and applying suitable corrections to raw measurements. In many cases other choices could have been made, and additional QC measures may need to be applied.\r\n\r\nMost of the work on the flux data processing has been done by John Prytherch, with additional input from Ian Brooks and Dominic Salisbury. Additional work on ancillary data was undertaken by other members of the ACSE science team.",
    "keywords": "turbulent fluxes, meteorology, winds, wind speed",
    "publicationState": "citable",
    "dataPublishedTime": "2018-04-14T12:59:34",
    "doiPublishedTime": null,
    "updateFrequency": "notPlanned",
    "status": "final",
    "result_field": {
        "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26025/?format=api",
        "dataPath": "/badc/acse/data/composite-flux-data",
        "oldDataPath": [],
        "storageLocation": "internal",
        "storageStatus": "online",
        "volume": 4462682,
        "numberOfFiles": 3,
        "fileFormat": "Data are CF-compliant NetCDF formatted"
    },
    "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7026/?format=api",
    "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2195/?format=api",
    "nonGeographicFlag": false,
    "phenomena": [
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/4385/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/24616/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/24654/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54754/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56483/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56484/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56485/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56486/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56487/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56488/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56489/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56490/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56491/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56492/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56493/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56494/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56495/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56497/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56498/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56499/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56500/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56501/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56502/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56503/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56504/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56505/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56506/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56507/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56508/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56509/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56510/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56511/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56512/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56513/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56514/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56515/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56516/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56517/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56518/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56519/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56520/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56521/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56522/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56523/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56524/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56525/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56526/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56527/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56528/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56529/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56530/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56531/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56532/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56533/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56534/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56535/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56536/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56537/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56538/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56539/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56540/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56541/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56542/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56543/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56544/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56545/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56546/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56547/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56548/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56549/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56550/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56551/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56552/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56553/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56554/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56555/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56556/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56557/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56558/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56559/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56560/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56561/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56562/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56563/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56564/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56565/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56566/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56567/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56568/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56569/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56570/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56571/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56572/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56573/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56574/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56575/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56576/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/89163/?format=api"
    ],
    "dataLineage": "Data were collected, quality controlled and prepared for archiving by the instrument scientists before upload to the Centre for Environmental Data Analysis (CEDA) for long term archiving.",
    "removedDataTime": null,
    "removedDataReason": "",
    "language": "English",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10097/?format=api"
    ],
    "projects": [
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/24932/?format=api"
    ],
    "observationcollection_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/25948/?format=api"
    ],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/108832/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/108831/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/108833/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/108835/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/108836/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/108837/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/108838/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/108834/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/108840/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/108839/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/109269/?format=api"
    ],
    "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/26023/?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"
        }
    ]
}