GET /api/requests/?format=api&offset=1047300&ordering=id
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1047301,
    "next": null,
    "previous": "https://observe.lco.global/api/requests/?format=api&limit=10&offset=1047290&ordering=id",
    "results": [
        {
            "id": 3689912,
            "observation_note": "",
            "optimization_type": "TIME",
            "state": "PENDING",
            "acceptability_threshold": 90.0,
            "configuration_repeats": 1,
            "extra_params": {},
            "modified": "2024-11-02T18:15:19.137289Z",
            "duration": 3626,
            "configurations": [
                {
                    "id": 12014950,
                    "instrument_type": "1M0-NRES-SCICAM",
                    "type": "ARC",
                    "repeat_duration": null,
                    "extra_params": {},
                    "priority": 1,
                    "instrument_configs": [
                        {
                            "optical_elements": {},
                            "mode": "default",
                            "exposure_time": 600.0,
                            "exposure_count": 5,
                            "rotator_mode": "",
                            "extra_params": {
                                "bin_x": 1,
                                "bin_y": 1
                            },
                            "rois": []
                        }
                    ],
                    "constraints": {
                        "max_airmass": 20.0,
                        "min_lunar_distance": 0.0,
                        "max_lunar_phase": 1.0,
                        "extra_params": {}
                    },
                    "acquisition_config": {
                        "mode": "OFF",
                        "extra_params": {}
                    },
                    "guiding_config": {
                        "optional": true,
                        "mode": "ON",
                        "optical_elements": {},
                        "exposure_time": null,
                        "extra_params": {}
                    },
                    "target": {
                        "type": "HOUR_ANGLE",
                        "name": "No target",
                        "ra": null,
                        "dec": 0.0,
                        "proper_motion_ra": null,
                        "proper_motion_dec": null,
                        "parallax": null,
                        "epoch": null,
                        "hour_angle": 1.0,
                        "extra_params": {}
                    }
                }
            ],
            "location": {
                "site": "elp",
                "enclosure": "domb",
                "telescope": "1m0a"
            },
            "windows": [
                {
                    "start": "2024-11-03T19:20:50Z",
                    "end": "2024-11-03T20:21:00Z"
                }
            ]
        }
    ]
}