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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=449",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=447",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 448,
    "results": [
        {
            "start": 946340946,
            "stop": 946351799
        },
        {
            "start": 946356479,
            "stop": 946360619
        },
        {
            "start": 946362652,
            "stop": 946369149
        },
        {
            "start": 946372854,
            "stop": 946382629
        },
        {
            "start": 946395595,
            "stop": 946396750
        },
        {
            "start": 946400173,
            "stop": 946404976
        },
        {
            "start": 946412312,
            "stop": 946413576
        },
        {
            "start": 946415770,
            "stop": 946422985
        },
        {
            "start": 946427047,
            "stop": 946436296
        },
        {
            "start": 946439489,
            "stop": 946446992
        },
        {
            "start": 946457753,
            "stop": 946457932
        },
        {
            "start": 946462986,
            "stop": 946470998
        },
        {
            "start": 946495349,
            "stop": 946515171
        },
        {
            "start": 946518234,
            "stop": 946523263
        },
        {
            "start": 946528052,
            "stop": 946548488
        },
        {
            "start": 946551509,
            "stop": 946557699
        },
        {
            "start": 946559688,
            "stop": 946578543
        },
        {
            "start": 946580738,
            "stop": 946586807
        },
        {
            "start": 946589828,
            "stop": 946594212
        },
        {
            "start": 946604804,
            "stop": 946609147
        }
    ]
}