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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2375",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2373",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2374,
    "results": [
        {
            "start": 875007352,
            "stop": 875007361
        },
        {
            "start": 875007380,
            "stop": 875007391
        },
        {
            "start": 875007415,
            "stop": 875007490
        },
        {
            "start": 875007509,
            "stop": 875007740
        },
        {
            "start": 875007795,
            "stop": 875008007
        },
        {
            "start": 875008026,
            "stop": 875008179
        },
        {
            "start": 875008305,
            "stop": 875008493
        },
        {
            "start": 875008512,
            "stop": 875008591
        },
        {
            "start": 875008664,
            "stop": 875008699
        },
        {
            "start": 875008744,
            "stop": 875008766
        },
        {
            "start": 875008822,
            "stop": 875008823
        },
        {
            "start": 875008867,
            "stop": 875008976
        },
        {
            "start": 875009000,
            "stop": 875009008
        },
        {
            "start": 875009029,
            "stop": 875009032
        },
        {
            "start": 875009065,
            "stop": 875009145
        },
        {
            "start": 875009165,
            "stop": 875009266
        },
        {
            "start": 875009285,
            "stop": 875009457
        },
        {
            "start": 875009476,
            "stop": 875009550
        },
        {
            "start": 875009569,
            "stop": 875009581
        },
        {
            "start": 875009628,
            "stop": 875009631
        }
    ]
}