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

{
    "ob_id": 43313,
    "uuid": "e2d0b06d869940029f3d7c1fae2a8b68",
    "title": "Benthic images recorded by a Remotely Operated Vehicle stills camera during cruise JC241 in the Clarion-Clipperton Zone (Pacific Ocean, 2023)",
    "abstract": "A collection of benthic still images was obtained using a downward-looking camera mounted on the UK ISIS Remotely Operated Vehicle (ROV), deployed from the RRS James Cook during cruise JC241 in the abyssal plain (~4700 m depth) of the Clarion-Clipperton Zone, Pacific Ocean, in 2023. The Grasshopper2 GS2-GE-50S5C camera on the ROV collected vertically orientated still images at a target altitude of 2.5 m above the seabed, of which 16435 were suitable to assess benthic biological patterns around an area disturbed by a deep-sea mining machine in 1979. The mining machine (9 m wide, 14 m long, 4.5 m high) was operated by the Ocean Minerals Company (OMCO) from the ship Hughes Glomar Explorer on the seafloor between 15 and 18 March 1979 at a site centred 13°44'N 126°13.5'W. The images show the seabed covered by polymetallic nodules and the disturbance caused by the past mining activities. Images were collected within the Collection Tracks, in an adjacent area expected to have been impacted by a sediment plume (Plume Area), and a Control Area around 2 km away. The data were collected by scientists from the National Oceanography Centre, Southampton, UK as part of the NERC-funded Seabed Mining And Resilience To EXperimental impact (SMARTEX) project (NE/T003537/1).",
    "keywords": "",
    "publicationState": "citable",
    "dataPublishedTime": "2024-10-18T16:14:59",
    "doiPublishedTime": "2024-10-18T16:14:59",
    "updateFrequency": "notPlanned",
    "status": "final",
    "result_field": {
        "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43312/?format=api",
        "dataPath": "/bodc/deposits01/soc240571",
        "oldDataPath": [],
        "storageLocation": "internal",
        "storageStatus": "online",
        "volume": 76060542027,
        "numberOfFiles": 16441,
        "fileFormat": "JPG, .txt, .csv"
    },
    "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/11956/?format=api",
    "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/4631/?format=api",
    "nonGeographicFlag": false,
    "phenomena": [],
    "dataLineage": "The data are archived on the British Oceanographic Data Centre (BODC)'s space at the Centre for Environmental Data Analysis (CEDA) and assigned a DOI. No quality control procedures were applied by BODC.",
    "removedDataTime": null,
    "removedDataReason": "",
    "language": "English",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/13212/?format=api"
    ],
    "projects": [],
    "observationcollection_set": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/206205/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/206206/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/206203/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/206186/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/206197/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/206198/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/206202/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/206207/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/206187/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/206188/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/206189/?format=api"
    ],
    "procedureAcquisition": null,
    "procedureCompositeProcess": null,
    "procedureComputation": null,
    "permissions": [
        {
            "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2526/?format=api",
            "useLimitation": null,
            "accessConstraints": null,
            "accessCategory": "public",
            "accessRoles": null,
            "label": "public: None group",
            "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
            "licenceClassifications": "any"
        }
    ],
    "discoveryKeywords": []
}