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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=103",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=101",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 102,
    "results": [
        {
            "start": 820899507,
            "stop": 820899567
        },
        {
            "start": 820900147,
            "stop": 820900207
        },
        {
            "start": 820900613,
            "stop": 820900793
        },
        {
            "start": 820900976,
            "stop": 820901036
        },
        {
            "start": 820901553,
            "stop": 820901673
        },
        {
            "start": 820902664,
            "stop": 820902784
        },
        {
            "start": 820903402,
            "stop": 820903822
        },
        {
            "start": 820904154,
            "stop": 820904214
        },
        {
            "start": 820905346,
            "stop": 820905466
        },
        {
            "start": 820905626,
            "stop": 820905866
        },
        {
            "start": 820907340,
            "stop": 820907640
        },
        {
            "start": 820907807,
            "stop": 820907867
        },
        {
            "start": 820908234,
            "stop": 820908414
        },
        {
            "start": 820908575,
            "stop": 820908755
        },
        {
            "start": 820908999,
            "stop": 820909239
        },
        {
            "start": 820909420,
            "stop": 820909540
        },
        {
            "start": 820910796,
            "stop": 820910916
        },
        {
            "start": 820911652,
            "stop": 820911772
        },
        {
            "start": 820912749,
            "stop": 820913049
        },
        {
            "start": 820913276,
            "stop": 820913396
        }
    ]
}