Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=520
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=521",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=519",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 520,
    "results": [
        {
            "start": 868160362,
            "stop": 868173137
        },
        {
            "start": 868173140,
            "stop": 868173151
        },
        {
            "start": 868173153,
            "stop": 868173158
        },
        {
            "start": 868173160,
            "stop": 868173169
        },
        {
            "start": 868173171,
            "stop": 868173177
        },
        {
            "start": 868173179,
            "stop": 868174948
        },
        {
            "start": 868174950,
            "stop": 868199185
        },
        {
            "start": 868202315,
            "stop": 868203678
        },
        {
            "start": 868206571,
            "stop": 868207649
        },
        {
            "start": 868208299,
            "stop": 868208794
        },
        {
            "start": 868208941,
            "stop": 868209943
        },
        {
            "start": 868210018,
            "stop": 868219891
        },
        {
            "start": 868221999,
            "stop": 868230334
        },
        {
            "start": 868230430,
            "stop": 868251740
        },
        {
            "start": 868251801,
            "stop": 868254117
        },
        {
            "start": 868258036,
            "stop": 868258038
        },
        {
            "start": 868258044,
            "stop": 868258047
        },
        {
            "start": 868258049,
            "stop": 868258051
        },
        {
            "start": 868258054,
            "stop": 868278668
        },
        {
            "start": 868278829,
            "stop": 868280163
        }
    ]
}