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

{
    "ob_id": 2555,
    "uuid": "84f529eb3a5640ed9b164427e53ea5f0",
    "title": "Earth Radiation Budget Experiment (ERBE)",
    "abstract": "The ERBE instrument aboard ERBS, launched from the Space Shuttle Challenger in October 1984 (STS-41G), had the main aim to provide accurate measurements of incoming solar energy and shortwave and longwave radiation reflected or emitted from the Earth back into space. ERBE instruments were also launched on two National Oceanic and Atmospheric Administration weather monitoring satellites, NOAA 9 and NOAA 10 in 1984 and 1986.",
    "keywords": "",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/1780/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/1781/?format=api"
    ],
    "instrumentType": "radiometer",
    "subInstrument": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/11882/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/11881/?format=api"
    ]
}