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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=70",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=68",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 69,
    "results": [
        {
            "start": 831153666,
            "stop": 831155580
        },
        {
            "start": 831155677,
            "stop": 831155699
        },
        {
            "start": 831155955,
            "stop": 831155975
        },
        {
            "start": 831156250,
            "stop": 831156706
        },
        {
            "start": 831156828,
            "stop": 831156869
        },
        {
            "start": 831157044,
            "stop": 831157391
        },
        {
            "start": 831159558,
            "stop": 831165620
        },
        {
            "start": 831166116,
            "stop": 831167614
        },
        {
            "start": 831167954,
            "stop": 831168195
        },
        {
            "start": 831170968,
            "stop": 831171602
        },
        {
            "start": 831175487,
            "stop": 831175498
        },
        {
            "start": 831175674,
            "stop": 831208334
        },
        {
            "start": 831208873,
            "stop": 831222099
        },
        {
            "start": 831242031,
            "stop": 831242155
        },
        {
            "start": 831244650,
            "stop": 831247023
        },
        {
            "start": 831247086,
            "stop": 831249664
        },
        {
            "start": 831249748,
            "stop": 831264587
        },
        {
            "start": 831267322,
            "stop": 831312282
        },
        {
            "start": 831314216,
            "stop": 831315094
        },
        {
            "start": 831315174,
            "stop": 831323524
        }
    ]
}