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

### Available end points:

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

### Available Methods:

- `GET`
- `HEAD`

### Available filters:

- `title`
- `uuid`
- `keywords`
- `instrumentType`

### How to use filters:

- `/instruments/?title__startwith!=Instrument.title: DETAILS NEEDED`
- `/instruments/?uuid=c7fa005e2095425392b18adbd7b40617`
- `/instruments.json?instrumentType=radiometer`

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

{
    "ob_id": 8063,
    "uuid": "af0f2ee04eee4d81aadcb6470b503a4e",
    "title": "Along Track Scanning Radiometer (ATSR-1)",
    "abstract": "ATSR-1 was launched as part of the payload of ESA's ERS-1 satellite on 17th July 1991, and was the test-bed for the along track scanning concept.\r\n\r\nEach ATSR instrument has been designed for exceptional sensitivity and stability of calibration, which are achieved through the incorporation of several innovative features in the instrument design. This design has, among other things, enabled the accurate measurement of sea surface temperature to an accuracy of +/- 0.3K.\r\n\r\nThe ATSR1 instrument has four channels at wavelengths of 1.6um (visible) and three thermal bands at 3.7um, 11um, and 12um.\r\n\r\nThe ATSR instruments are novel in that they incorporate 2 views into each swath scan.  Satellite measurements of the temperature of the surface of the Earth are inevitably affected by the passage of the radiation through the atmosphere. The dual view design of ATSR makes it possible to estimate and correct for these atmospheric effects. The two views result from the instrument's conical scanning mechanism. Each scan takes readings from the nadir position and then sweeps round to take measurements from a point about 900Km along the satellite's track. A few minutes after acquiring the forward view, the satellite passes over the same spot and takes readings for the nadir view. As the two views of the same scene are taken through different atmospheric path lengths, it is possible to calculate a correction for the effect of atmospheric absorption.\r\n\r\nThe ATSR instruments are also self calibrating.  Rather than relying on pre launch calibration, the ATSR instrument has two on-board black bodies at known temperatures. Radiation from these is measured during each scan and used to provide a continuous re-calibration of the instrument. This makes it possible to determine single channel equivalent temperatures correct to +/- 0.05K.",
    "keywords": "Multispectral ATSR Radiometer",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5240/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5241/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/12312/?format=api"
    ],
    "instrumentType": "instrument",
    "subInstrument": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/32871/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/191445/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/191446/?format=api"
    ]
}