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

{
    "ob_id": 20341,
    "uuid": "dc1c1ce7a82c4443b959edbf89c014d0",
    "title": "NERC-ARF AsiaFENIX hyperspectral imager",
    "abstract": "The AisaFENIX dual sensor delivers high-quality hyperspectral data available in visible and SWIR wavelengths (380 - 2500nm) in a single continuous image. AisaFENIX eliminates past challenges in 'full spectrum imaging'. It is a single optics imager, with two focal plane arrays always staring exactly the same spot of the object. Thus, there is no need for the co-alignment of two separate imagers with different distortions, sharpness, and FOV.\r\n\r\nThe patent pending AisaFENIX images the target in 380 - 2500nm spectral region through single front optics and single input slit, keeping all wavebands spatially, co-registered, independent of the distance to the target. AisaFENIX employs Specim's patent pending 'single optics dual channel imaging spectrograph' which, in spite of the single input slit, has two diffraction gratings, one optimised for VNIR and the second for SWIR region. Also, two focal plane arrays (FPA), a state of the art CMOS and cryogenically cooled Mercury Telluride Cadmium (MCT), are employed in order to maximise sensitivity and signal-to-noise ratio (SNR) in the VNIR and SWIR spectral region.\r\n\r\nThe AsiaFENIX  is operated by NERC-ARF on board the British Antarctic Survey (BAS) Twin-Otter aircraft (Pre 2016 it was operated on board the NERC ARSF Dornier Do228-101 D-CALM Aircraft)",
    "keywords": "EUFAR, hyperspectral, ARSF, NERC-ARF",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/9120/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/9365/?format=api"
    ],
    "instrumentType": "imager",
    "subInstrument": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144465/?format=api"
    ]
}