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/L1_CBCLOW_CAT3/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/L1_CBCLOW_CAT3/segments?format=api&page=70",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=68",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 69,
    "results": [
        {
            "start": 817393013,
            "stop": 817393292
        },
        {
            "start": 817393321,
            "stop": 817393387
        },
        {
            "start": 817393416,
            "stop": 817394097
        },
        {
            "start": 817394126,
            "stop": 817394260
        },
        {
            "start": 817394289,
            "stop": 817394387
        },
        {
            "start": 817394394,
            "stop": 817394842
        },
        {
            "start": 817394871,
            "stop": 817395163
        },
        {
            "start": 817399812,
            "stop": 817400861
        },
        {
            "start": 817400890,
            "stop": 817401409
        },
        {
            "start": 817401418,
            "stop": 817401493
        },
        {
            "start": 817401539,
            "stop": 817401541
        },
        {
            "start": 817403296,
            "stop": 817403331
        },
        {
            "start": 817403341,
            "stop": 817403840
        },
        {
            "start": 817415494,
            "stop": 817415966
        },
        {
            "start": 817416818,
            "stop": 817417062
        },
        {
            "start": 817417069,
            "stop": 817417211
        },
        {
            "start": 817417221,
            "stop": 817417230
        },
        {
            "start": 817417239,
            "stop": 817417272
        },
        {
            "start": 817417279,
            "stop": 817417512
        },
        {
            "start": 817417519,
            "stop": 817418137
        }
    ]
}