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

{
    "ob_id": 27551,
    "uuid": "91c27e07d867415bae88118d65faa156",
    "title": "British Antartic Survey: Cavity Ring-Down Spectrometer Greenhouse Gas Analyser",
    "abstract": "British Antarctic Survey (BAS) Picarro (G2301) gas analyser is a CO2, CH4, H2O analyser used for long-term atmospheric monitoring. The heart of the Picarro is a sophisticated time-based measurement that uses a laser to quantify spectral features of gas phase molecules in an optical cavity. Picarro unique design enables an effective measurement path length of up to 20 kilometers in a compact cavity, which results in exceptional precision and sensitivity in a small footprint. Picarro uses a patented, high-precision wavelength monitor to maintain absolute spectral position, which combats the drift inherent in all lasers and ensures accurate peak quantification",
    "keywords": "",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10531/?format=api"
    ],
    "instrumentType": "",
    "subInstrument": [],
    "responsiblepartyinfo_set": []
}