Return datasets for a given run.

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

{
    "next": null,
    "previous": null,
    "results_count": 1,
    "results_per_page": 20,
    "num_pages": 1,
    "page_number": 1,
    "results": [
        {
            "name": "S5",
            "description": "Fourth run of the archiving pipeline.",
            "frame_type": " ",
            "npoints": 16777216,
            "duration": 4096,
            "npoints_QI": 4096,
            "data_quality_bits": 18,
            "injection_bits": 6,
            "gps_start": 815155213,
            "gps_end": 875232014,
            "detectors": [
                "H1",
                "H2",
                "L1"
            ],
            "strain_files_url": "https://gwosc.org/api/v2/datasets/S5/strain-files?format=api",
            "bitmask": [
                {
                    "name": "DATA",
                    "description": "Science data present",
                    "bit": 0,
                    "mask_type": "DQ"
                },
                {
                    "name": "PEM",
                    "description": "PEM injection",
                    "bit": 0,
                    "mask_type": "INJ"
                },
                {
                    "name": "CBCHIGH_CAT1",
                    "description": "Category-1 checks passed for CBC high-mass search",
                    "bit": 1,
                    "mask_type": "DQ"
                },
                {
                    "name": "HW",
                    "description": "All Burst, CBC, and Stochastic hardware injections during S5.",
                    "bit": 1,
                    "mask_type": "INJ"
                },
                {
                    "name": "CBCHIGH_CAT2",
                    "description": "Category-2 and 1 checks passed for CBC high-mass search",
                    "bit": 2,
                    "mask_type": "DQ"
                },
                {
                    "name": "HW_CBC",
                    "description": "CBC hardware injection active.  Defined only for the first year.",
                    "bit": 2,
                    "mask_type": "INJ"
                },
                {
                    "name": "CBCHIGH_CAT3",
                    "description": "Category-3 and 2 and 1 checks passed for CBC high-mass search",
                    "bit": 3,
                    "mask_type": "DQ"
                },
                {
                    "name": "HW_BURST",
                    "description": "Marks ONLY the Burst blind hardware injections.  Only 2 active segments.  See Burst hardware injection documentation.",
                    "bit": 3,
                    "mask_type": "INJ"
                },
                {
                    "name": "CBCHIGH_CAT4",
                    "description": "Category-4,3,2,1 checks passed for CBC high-mass search",
                    "bit": 4,
                    "mask_type": "DQ"
                },
                {
                    "name": "HW_STOCH",
                    "description": "Stochastic group injection active",
                    "bit": 4,
                    "mask_type": "INJ"
                },
                {
                    "name": "CBCLOW_CAT1",
                    "description": "Category-1 checks passed for CBC low-mass search",
                    "bit": 5,
                    "mask_type": "DQ"
                },
                {
                    "name": "CW",
                    "description": "CW injection active",
                    "bit": 5,
                    "mask_type": "INJ"
                },
                {
                    "name": "CBCLOW_CAT2",
                    "description": "Category-2 and 1 checks passed for CBC low-mass search",
                    "bit": 6,
                    "mask_type": "DQ"
                },
                {
                    "name": "CBCLOW_CAT3",
                    "description": "Category-3 and 2 and 1 checks passed for CBC low-mass search",
                    "bit": 7,
                    "mask_type": "DQ"
                },
                {
                    "name": "CBCLOW_CAT4",
                    "description": "Category-4, veto active for CBC low-mass search",
                    "bit": 8,
                    "mask_type": "DQ"
                },
                {
                    "name": "BURST_CAT1",
                    "description": "Category-1 checks passed for burst search",
                    "bit": 9,
                    "mask_type": "DQ"
                },
                {
                    "name": "BURST_CAT2",
                    "description": "Category-2 and 1 checks passed for burst search",
                    "bit": 10,
                    "mask_type": "DQ"
                },
                {
                    "name": "BURST_CAT3",
                    "description": "Category-3 and 2 and 1 checks passed for burst search",
                    "bit": 11,
                    "mask_type": "DQ"
                },
                {
                    "name": "BURST_CAT2E",
                    "description": "Category-2E and 1 subsecond-event checks passed for burst search",
                    "bit": 12,
                    "mask_type": "DQ"
                },
                {
                    "name": "BURST_CAT3E",
                    "description": "Category-3E, 2E, 1 subsecond-event checks passed for burst search",
                    "bit": 13,
                    "mask_type": "DQ"
                },
                {
                    "name": "CW_CAT1",
                    "description": "Category-1 checks passed for continuous-wave search",
                    "bit": 14,
                    "mask_type": "DQ"
                },
                {
                    "name": "STOCH_CAT1",
                    "description": "Category-1 checks passed for stochastic search",
                    "bit": 15,
                    "mask_type": "DQ"
                },
                {
                    "name": "STOCH_CAT2_H1L1",
                    "description": "Category-2 and 1 checks passed for stochastic search, H1-L1 combination",
                    "bit": 16,
                    "mask_type": "DQ"
                },
                {
                    "name": "STOCH_CAT2_H2L1",
                    "description": "Category-2 and 1 checks passed for stochastic search, H2-L1 combination",
                    "bit": 17,
                    "mask_type": "DQ"
                }
            ]
        }
    ]
}