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

{
    "ob_id": 30102,
    "uuid": "9fb19afbcb1644eabf7192bccc006a28",
    "title": "Microbiology-Ocean-Cloud Coupling in the High Arctic (MOCCHA): composite lidar wind profile data from the NCAS AMF Halo Doppler lidar on board Icebreaker Oden",
    "abstract": "This dataset contains composite lidar wind profile data from the NCAS AMF Halo Doppler lidar mounted on a motion stabilised platform on board the Swedish Icebreaker Oden during the joint Arctic Climate Across Scales (ACAS) and Microbiology-Ocean-Cloud Coupling in the High Arctic (MOCCHA) projects - both part of the Arctic Ocean 2018 (AO2018) expedition to the High Arctic.\r\n\r\nAO2018 took place in the Arctic from 1 August until 21 September 2018. These measurements were used to complement a suite of other observations taken during the expedition. Those of 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 Bolin Centre for Climate Research MOCCHA/AO2018 holdings.\r\n\r\nWind profiles are derived from a motion stabilised HALO Photonics Doppler lidar using 6-beam Velocity-Azimuth-Display (VAD) scans at two fixed elevations, 30° and 75°. Data are available only where the backscatter signal to noise ratio is better than -16dB, lidar internal QC checks and quality criteria for the VAD algorithm are all passed.  Each profile is derived from 6 2-second dwell beams. Wind profiles were measured every 15 minutes, with 2 consecutive scans at 30 and 75°, 30 sec apart. The consecutive scans were merged into one wind profile with a vertical resolution of 10 m using a normalised weighted mean function.\r\nDocumentation & validation of the motion stabilisation and derived winds can be found in: Achtert P, Brooks IM, Brooks BJ, Moat BI, Prytherch J, Persson POG, Tjernström M (2015) Measurement of wind profiles by motion-stabilised ship-borne Doppler lidar, Atmospheric Measurement Techniques, 8, 4993-5007. doi: 10.5194/amt-8-4993-2015\" ;\r\n\r\nThe UK participation of MOCCHA was funded by the Natural Environment Research Council (NERC, grant: NE/R009686/1) and involved instrumentation from the Atmospheric Measurement Facility of the UK's National Centre for Atmospheric Science (NCAS AMF).",
    "keywords": "MOCCHA, AMF, Halo, lidar",
    "publicationState": "published",
    "dataPublishedTime": "2020-03-02T08:55:34",
    "doiPublishedTime": null,
    "updateFrequency": "notPlanned",
    "status": "completed",
    "result_field": {
        "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/30103/?format=api",
        "dataPath": "/badc/moccha/data/icebreaker-oden/ncas-lidar-dop-1",
        "oldDataPath": [],
        "storageLocation": "internal",
        "storageStatus": "online",
        "volume": 68357777,
        "numberOfFiles": 2,
        "fileFormat": "Data are netCDF formatted."
    },
    "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8181/?format=api",
    "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2585/?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/21804/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/24724/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/24725/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/24727/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/24728/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/24729/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/24730/?format=api"
    ],
    "dataLineage": "Data were collected, quality controlled and prepared for archiving by the MOCCHA project data authors before upload to the Centre for Environmental Data Analysis (CEDA) for long term archiving.",
    "removedDataTime": null,
    "removedDataReason": "",
    "language": "English",
    "identifier_set": [],
    "projects": [
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/29975/?format=api"
    ],
    "observationcollection_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/29977/?format=api"
    ],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/130068/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/130069/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/130070/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/130071/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/130072/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/130073/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/130075/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/130074/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/168369/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/130076/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/130077/?format=api"
    ],
    "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/30105/?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"
        }
    ]
}