Return datasets for a given run.

GET /api/v2/runs/S6/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": "S6",
            "description": "Open data for S6 (2009-2010)",
            "frame_type": " ",
            "npoints": 16777216,
            "duration": 4096,
            "npoints_QI": 4096,
            "data_quality_bits": 17,
            "injection_bits": 4,
            "gps_start": 931035615,
            "gps_end": 971622015,
            "detectors": [
                "H1",
                "L1"
            ],
            "strain_files_url": "https://gwosc.org/api/v2/datasets/S6/strain-files?format=api",
            "bitmask": [
                {
                    "name": "DATA",
                    "description": "Science data available",
                    "bit": 0,
                    "mask_type": "DQ"
                },
                {
                    "name": "HW",
                    "description": "Hardware injection active",
                    "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_CBC",
                    "description": "CBC hardware injection active",
                    "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_BURST",
                    "description": "Burst hardware injection active",
                    "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_STOCH",
                    "description": "Stochastic group injection active",
                    "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": "CBCLOW_CAT1",
                    "description": "Category-1 checks passed for CBC low-mass search",
                    "bit": 5,
                    "mask_type": "DQ"
                },
                {
                    "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_CAT4",
                    "description": "Category-4, 3 and 2 and 1 checks passed for burst search",
                    "bit": 12,
                    "mask_type": "DQ"
                },
                {
                    "name": "BURST_CAT3H",
                    "description": "Category-3 and 2 and 1 and hveto checks passed for burst search",
                    "bit": 13,
                    "mask_type": "DQ"
                },
                {
                    "name": "BURST_CAT4H",
                    "description": "Category-4, 3 and 2 and 1 and hveto checks passed for burst search",
                    "bit": 14,
                    "mask_type": "DQ"
                },
                {
                    "name": "CW_CAT1",
                    "description": "Category-1 checks passed for continuous-wave search",
                    "bit": 15,
                    "mask_type": "DQ"
                },
                {
                    "name": "STOCH_CAT1",
                    "description": "Category-1 checks passed for stochastic search",
                    "bit": 16,
                    "mask_type": "DQ"
                }
            ]
        }
    ]
}