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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=4025",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=4023",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 4024,
    "results": [
        {
            "start": 875010873,
            "stop": 875010915
        },
        {
            "start": 875010918,
            "stop": 875010947
        },
        {
            "start": 875010951,
            "stop": 875010962
        },
        {
            "start": 875010965,
            "stop": 875010982
        },
        {
            "start": 875010987,
            "stop": 875011137
        },
        {
            "start": 875011140,
            "stop": 875011148
        },
        {
            "start": 875011153,
            "stop": 875011232
        },
        {
            "start": 875011235,
            "stop": 875011328
        },
        {
            "start": 875011333,
            "stop": 875011346
        },
        {
            "start": 875011349,
            "stop": 875011352
        },
        {
            "start": 875011355,
            "stop": 875011357
        },
        {
            "start": 875011361,
            "stop": 875011394
        },
        {
            "start": 875011402,
            "stop": 875011516
        },
        {
            "start": 875011520,
            "stop": 875011690
        },
        {
            "start": 875011693,
            "stop": 875011704
        },
        {
            "start": 875011707,
            "stop": 875011715
        },
        {
            "start": 875011718,
            "stop": 875011853
        },
        {
            "start": 875011856,
            "stop": 875011971
        },
        {
            "start": 875011977,
            "stop": 875011978
        },
        {
            "start": 875011988,
            "stop": 875011989
        }
    ]
}