Get a list of Collections objects. Collections have a 1:1 mapping with Observations.

### Available end points:

- `/observationcollections/` - Will list all Collections in the database
- `/observationcollections.json` - Will return all Collections in json format
- `/observationcollections/<object_id>/` - Returns Collections object with that id

### Available Methods:

- `GET`
- `HEAD`

### Available filters:

- `uuid`
- `title`
- `keywords`
- `discoveryKeywords`
- `publicationState`

### How to use filters:

- `/observationcollections/?uuid=ab4ca8d019d148f78afba1cd20872bdd`

- `/observationcollections.json?publicationState=citable`

GET /api/v2/observationcollections/8202/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "ob_id": 8202,
    "uuid": "2adc7994200734f3503b796691293530",
    "title": "Global Ozone Monitoring Experiment-2 (GOME-2): Vertical Profiles of Ozone and other Trace Gases",
    "abstract": "The Global Ozone Monitoring Experiment–2 (GOME–2), is an optical spectrometer, fed by a scan mirror which enables across–track scanning in nadir, as well as sideways viewing for polar coverage and instrument characterisation measurements using the moon. The scan mirror directs light into a telescope, designed to match the field of view of the instrument to the dimensions of the entrance slit. This scan mirror can also be directed towards internal calibration sources or towards a diffuser plate for calibration measurements using the sun.\r\n\r\nThis dataset collection contains vertical profiles of ozone and other trace gases from the GOME-2 instrument on-board the Eumetsat Polar System (EPS) Metop-A satellite.\r\n\r\nGOME–2 comprises four main optical channels which focus the spectrum onto linear silicon photodiode detector arrays of 1024 pixels each, and two Polarisation Measurement Devices (PMDs) containing the same type of arrays for measurement of linearly polarised intensity in two perpendicular directions. GOME–2 senses the Earth’s Backscattered Radiance and Extraterrestrial Solar Irradiance in the ultraviolet and visible part of the spectrum (240 – 790 nm). The detected signals are preprocessed on board and then transmitted to ground for full data processing and generation of maps. The recorded spectra are used to derive a detailed picture of the total atmospheric content of ozone and the vertical ozone profile in the atmosphere, vertical profiles of ozone, nitrogen dioxide, water vapour, oxygen / oxygen dimmer, bromine oxide and other trace gases, as well as aerosols.\r\n",
    "keywords": "GOME, ozone, trace gases",
    "discoveryKeywords": [
        1138
    ],
    "publicationState": "published",
    "dataPublishedTime": "2011-12-10T03:17:57",
    "doiPublishedTime": null,
    "member": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/8203/?format=api"
    ],
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5286/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5287/?format=api"
    ],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/33128/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/41655/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/41656/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/33130/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/33131/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/33132/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/33134/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/33129/?format=api"
    ]
}