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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=115",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=113",
    "results_count": 2355,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 114,
    "results": [
        {
            "start": 969383938,
            "stop": 969387509
        },
        {
            "start": 969389217,
            "stop": 969390739
        },
        {
            "start": 969393044,
            "stop": 969424027
        },
        {
            "start": 969425872,
            "stop": 969451891
        },
        {
            "start": 969455030,
            "stop": 969506064
        },
        {
            "start": 969508725,
            "stop": 969517817
        },
        {
            "start": 969526275,
            "stop": 969542685
        },
        {
            "start": 969544984,
            "stop": 969561309
        },
        {
            "start": 969563467,
            "stop": 969563668
        },
        {
            "start": 969565506,
            "stop": 969574462
        },
        {
            "start": 969576461,
            "stop": 969582415
        },
        {
            "start": 969586001,
            "stop": 969630951
        },
        {
            "start": 969636722,
            "stop": 969652515
        },
        {
            "start": 969658202,
            "stop": 969713798
        },
        {
            "start": 969717809,
            "stop": 969721228
        },
        {
            "start": 969741560,
            "stop": 969742162
        },
        {
            "start": 969742199,
            "stop": 969742210
        },
        {
            "start": 969742269,
            "stop": 969744576
        },
        {
            "start": 969747238,
            "stop": 969749229
        },
        {
            "start": 969750734,
            "stop": 969753943
        }
    ]
}