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=5957
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=5958",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5956",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 5957,
    "results": [
        {
            "start": 873216387,
            "stop": 873216454
        },
        {
            "start": 873219818,
            "stop": 873219819
        },
        {
            "start": 873219820,
            "stop": 873219822
        },
        {
            "start": 873219825,
            "stop": 873219833
        },
        {
            "start": 873219834,
            "stop": 873219838
        },
        {
            "start": 873219839,
            "stop": 873219842
        },
        {
            "start": 873219845,
            "stop": 873219847
        },
        {
            "start": 873219848,
            "stop": 873219849
        },
        {
            "start": 873219850,
            "stop": 873219852
        },
        {
            "start": 873219853,
            "stop": 873219854
        },
        {
            "start": 873219856,
            "stop": 873219863
        },
        {
            "start": 873219865,
            "stop": 873219868
        },
        {
            "start": 873219870,
            "stop": 873219872
        },
        {
            "start": 873219873,
            "stop": 873219879
        },
        {
            "start": 873219881,
            "stop": 873219883
        },
        {
            "start": 873219885,
            "stop": 873219886
        },
        {
            "start": 873219887,
            "stop": 873219888
        },
        {
            "start": 873219889,
            "stop": 873219899
        },
        {
            "start": 873219902,
            "stop": 873219914
        },
        {
            "start": 873219915,
            "stop": 873219917
        }
    ]
}