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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6075",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6073",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6074,
    "results": [
        {
            "start": 873881289,
            "stop": 873881323
        },
        {
            "start": 873881324,
            "stop": 873881325
        },
        {
            "start": 873882202,
            "stop": 873882662
        },
        {
            "start": 873882663,
            "stop": 873883265
        },
        {
            "start": 873883267,
            "stop": 873883469
        },
        {
            "start": 873883470,
            "stop": 873884977
        },
        {
            "start": 873884980,
            "stop": 873885113
        },
        {
            "start": 873885116,
            "stop": 873885155
        },
        {
            "start": 873885161,
            "stop": 873885198
        },
        {
            "start": 873885203,
            "stop": 873885208
        },
        {
            "start": 873885214,
            "stop": 873885231
        },
        {
            "start": 873885234,
            "stop": 873885265
        },
        {
            "start": 873885268,
            "stop": 873885286
        },
        {
            "start": 873885289,
            "stop": 873885329
        },
        {
            "start": 873885333,
            "stop": 873885469
        },
        {
            "start": 873885472,
            "stop": 873885478
        },
        {
            "start": 873885481,
            "stop": 873885482
        },
        {
            "start": 873885486,
            "stop": 873885960
        },
        {
            "start": 873886021,
            "stop": 873886024
        },
        {
            "start": 873886028,
            "stop": 873886064
        }
    ]
}