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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=77",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=75",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 76,
    "results": [
        {
            "start": 823026037,
            "stop": 823028014
        },
        {
            "start": 823028437,
            "stop": 823030271
        },
        {
            "start": 823032502,
            "stop": 823036479
        },
        {
            "start": 823059305,
            "stop": 823059488
        },
        {
            "start": 823059490,
            "stop": 823061663
        },
        {
            "start": 823061667,
            "stop": 823062073
        },
        {
            "start": 823062079,
            "stop": 823062330
        },
        {
            "start": 823062331,
            "stop": 823062531
        },
        {
            "start": 823062532,
            "stop": 823062533
        },
        {
            "start": 823062535,
            "stop": 823063551
        },
        {
            "start": 823063553,
            "stop": 823063678
        },
        {
            "start": 823063680,
            "stop": 823064309
        },
        {
            "start": 823064311,
            "stop": 823065045
        },
        {
            "start": 823065047,
            "stop": 823065660
        },
        {
            "start": 823065662,
            "stop": 823066071
        },
        {
            "start": 823066073,
            "stop": 823066432
        },
        {
            "start": 823066434,
            "stop": 823067246
        },
        {
            "start": 823067579,
            "stop": 823067622
        },
        {
            "start": 823067624,
            "stop": 823068302
        },
        {
            "start": 823068305,
            "stop": 823069631
        }
    ]
}