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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=96",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=94",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 95,
    "results": [
        {
            "start": 831925914,
            "stop": 831934042
        },
        {
            "start": 831937048,
            "stop": 831944030
        },
        {
            "start": 831944522,
            "stop": 831956334
        },
        {
            "start": 831957439,
            "stop": 831982732
        },
        {
            "start": 831984451,
            "stop": 832008900
        },
        {
            "start": 832011329,
            "stop": 832012686
        },
        {
            "start": 832013145,
            "stop": 832017725
        },
        {
            "start": 832018610,
            "stop": 832018801
        },
        {
            "start": 832021273,
            "stop": 832029228
        },
        {
            "start": 832033344,
            "stop": 832034865
        },
        {
            "start": 832034870,
            "stop": 832035864
        },
        {
            "start": 832035870,
            "stop": 832037114
        },
        {
            "start": 832037119,
            "stop": 832037645
        },
        {
            "start": 832037651,
            "stop": 832037682
        },
        {
            "start": 832043549,
            "stop": 832045288
        },
        {
            "start": 832045296,
            "stop": 832045419
        },
        {
            "start": 832045428,
            "stop": 832045531
        },
        {
            "start": 832045539,
            "stop": 832045710
        },
        {
            "start": 832045724,
            "stop": 832049758
        },
        {
            "start": 832049766,
            "stop": 832081892
        }
    ]
}