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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5271",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5269",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5270,
    "results": [
        {
            "start": 875226617,
            "stop": 875226645
        },
        {
            "start": 875226653,
            "stop": 875226664
        },
        {
            "start": 875226675,
            "stop": 875226683
        },
        {
            "start": 875226694,
            "stop": 875226758
        },
        {
            "start": 875226765,
            "stop": 875226788
        },
        {
            "start": 875226795,
            "stop": 875226811
        },
        {
            "start": 875226822,
            "stop": 875226839
        },
        {
            "start": 875226846,
            "stop": 875226866
        },
        {
            "start": 875226873,
            "stop": 875226891
        },
        {
            "start": 875226905,
            "stop": 875226906
        },
        {
            "start": 875226914,
            "stop": 875226915
        },
        {
            "start": 875226927,
            "stop": 875227033
        },
        {
            "start": 875227047,
            "stop": 875227073
        },
        {
            "start": 875227080,
            "stop": 875227108
        },
        {
            "start": 875227124,
            "stop": 875227163
        },
        {
            "start": 875227170,
            "stop": 875227199
        },
        {
            "start": 875227206,
            "stop": 875227233
        },
        {
            "start": 875227248,
            "stop": 875227268
        },
        {
            "start": 875227278,
            "stop": 875227322
        },
        {
            "start": 875227329,
            "stop": 875227332
        }
    ]
}