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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=84",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=82",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 83,
    "results": [
        {
            "start": 821436190,
            "stop": 821436231
        },
        {
            "start": 821436234,
            "stop": 821436248
        },
        {
            "start": 821436251,
            "stop": 821436263
        },
        {
            "start": 821436266,
            "stop": 821436357
        },
        {
            "start": 821436360,
            "stop": 821436419
        },
        {
            "start": 821436422,
            "stop": 821436591
        },
        {
            "start": 821436594,
            "stop": 821436760
        },
        {
            "start": 821436763,
            "stop": 821436836
        },
        {
            "start": 821436839,
            "stop": 821436844
        },
        {
            "start": 821436847,
            "stop": 821437165
        },
        {
            "start": 821437168,
            "stop": 821437176
        },
        {
            "start": 821437179,
            "stop": 821437180
        },
        {
            "start": 821437183,
            "stop": 821437229
        },
        {
            "start": 821437232,
            "stop": 821437362
        },
        {
            "start": 821437365,
            "stop": 821437431
        },
        {
            "start": 821437434,
            "stop": 821437549
        },
        {
            "start": 821437552,
            "stop": 821437575
        },
        {
            "start": 821437578,
            "stop": 821437606
        },
        {
            "start": 821437609,
            "stop": 821437760
        },
        {
            "start": 821437763,
            "stop": 821437813
        }
    ]
}