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_CAT2E/segments?format=api&page=33
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=34",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=32",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 33,
    "results": [
        {
            "start": 816998993,
            "stop": 817004796
        },
        {
            "start": 817005314,
            "stop": 817013479
        },
        {
            "start": 817013482,
            "stop": 817017302
        },
        {
            "start": 817017305,
            "stop": 817021463
        },
        {
            "start": 817021466,
            "stop": 817021703
        },
        {
            "start": 817021706,
            "stop": 817027187
        },
        {
            "start": 817027191,
            "stop": 817027193
        },
        {
            "start": 817027196,
            "stop": 817027197
        },
        {
            "start": 817027203,
            "stop": 817027209
        },
        {
            "start": 817027217,
            "stop": 817027218
        },
        {
            "start": 817030102,
            "stop": 817031621
        },
        {
            "start": 817031625,
            "stop": 817034113
        },
        {
            "start": 817048430,
            "stop": 817048807
        },
        {
            "start": 817048810,
            "stop": 817050839
        },
        {
            "start": 817059261,
            "stop": 817061219
        },
        {
            "start": 817061222,
            "stop": 817061473
        },
        {
            "start": 817117943,
            "stop": 817118167
        },
        {
            "start": 817118462,
            "stop": 817118517
        },
        {
            "start": 817118585,
            "stop": 817119072
        },
        {
            "start": 817119074,
            "stop": 817119116
        }
    ]
}