Return the timelines for a given run.

Rel URLs:

  • Follow segments_url on each timeline for the segment list.
GET /api/v2/runs/S5/timelines?format=api&page=4
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": null,
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines?format=api&page=3",
    "results_count": 72,
    "results_per_page": 20,
    "num_pages": 4,
    "page_number": 4,
    "results": [
        {
            "name": "L1_CBCLOW_CAT4",
            "description": "L1: Category-4, veto active for CBC low-mass search",
            "start": 816061324,
            "end": 875232014,
            "segments_url": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api"
        },
        {
            "name": "L1_CW",
            "description": "L1: CW injection active",
            "start": 817001984,
            "end": 875232014,
            "segments_url": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW/segments?format=api"
        },
        {
            "name": "L1_CW_CAT1",
            "description": "L1: Category-1 checks passed for continuous-wave search",
            "start": 816061324,
            "end": 875232014,
            "segments_url": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api"
        },
        {
            "name": "L1_DATA",
            "description": "L1: Science data present",
            "start": 816061324,
            "end": 875232014,
            "segments_url": "https://gwosc.org/api/v2/runs/S5/timelines/L1_DATA/segments?format=api"
        },
        {
            "name": "L1_HW",
            "description": "L1: Hardware injection active",
            "start": 816942313,
            "end": 875202523,
            "segments_url": "https://gwosc.org/api/v2/runs/S5/timelines/L1_HW/segments?format=api"
        },
        {
            "name": "L1_HW_BURST",
            "description": "L1: Burst hardware injection active",
            "start": 872452798,
            "end": 874465622,
            "segments_url": "https://gwosc.org/api/v2/runs/S5/timelines/L1_HW_BURST/segments?format=api"
        },
        {
            "name": "L1_HW_CBC",
            "description": "L1: CBC hardware injection active",
            "start": 816942313,
            "end": 873739979,
            "segments_url": "https://gwosc.org/api/v2/runs/S5/timelines/L1_HW_CBC/segments?format=api"
        },
        {
            "name": "L1_HW_STOCH",
            "description": "L1: Stochastic group injection active",
            "start": 822198733,
            "end": 838766291,
            "segments_url": "https://gwosc.org/api/v2/runs/S5/timelines/L1_HW_STOCH/segments?format=api"
        },
        {
            "name": "L1_PEM",
            "description": "L1: PEM injection",
            "start": null,
            "end": null,
            "segments_url": "https://gwosc.org/api/v2/runs/S5/timelines/L1_PEM/segments?format=api"
        },
        {
            "name": "L1_STOCH_CAT1",
            "description": "L1: Category-1 checks passed for stochastic search",
            "start": 816061324,
            "end": 875232014,
            "segments_url": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api"
        },
        {
            "name": "L1_STOCH_CAT2_H1L1",
            "description": "L1: Category-2 and 1 checks passed for stochastic search, H1-L1 combination",
            "start": 816065748,
            "end": 875232014,
            "segments_url": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api"
        },
        {
            "name": "L1_STOCH_CAT2_H2L1",
            "description": "L1: Category-2 and 1 checks passed for stochastic search, H2-L1 combination",
            "start": 816065748,
            "end": 875232014,
            "segments_url": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api"
        }
    ]
}