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=96
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=97",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=95",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 96,
    "results": [
        {
            "start": 832081908,
            "stop": 832081911
        },
        {
            "start": 832089319,
            "stop": 832089814
        },
        {
            "start": 832089824,
            "stop": 832100553
        },
        {
            "start": 832108432,
            "stop": 832109381
        },
        {
            "start": 832110882,
            "stop": 832111394
        },
        {
            "start": 832111402,
            "stop": 832111574
        },
        {
            "start": 832112476,
            "stop": 832115575
        },
        {
            "start": 832115580,
            "stop": 832116401
        },
        {
            "start": 832116407,
            "stop": 832116481
        },
        {
            "start": 832116489,
            "stop": 832116653
        },
        {
            "start": 832116659,
            "stop": 832116678
        },
        {
            "start": 832116925,
            "stop": 832117069
        },
        {
            "start": 832117075,
            "stop": 832117095
        },
        {
            "start": 832187862,
            "stop": 832197083
        },
        {
            "start": 832206858,
            "stop": 832272020
        },
        {
            "start": 832278970,
            "stop": 832284924
        },
        {
            "start": 832286650,
            "stop": 832296456
        },
        {
            "start": 832299886,
            "stop": 832300426
        },
        {
            "start": 832301777,
            "stop": 832318749
        },
        {
            "start": 832318756,
            "stop": 832331763
        }
    ]
}