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=6042
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=6043",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6041",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6042,
    "results": [
        {
            "start": 873721254,
            "stop": 873721256
        },
        {
            "start": 873721258,
            "stop": 873721266
        },
        {
            "start": 873721267,
            "stop": 873721295
        },
        {
            "start": 873721297,
            "stop": 873721302
        },
        {
            "start": 873721303,
            "stop": 873721307
        },
        {
            "start": 873721310,
            "stop": 873721330
        },
        {
            "start": 873721331,
            "stop": 873721333
        },
        {
            "start": 873721334,
            "stop": 873721348
        },
        {
            "start": 873721349,
            "stop": 873721351
        },
        {
            "start": 873721352,
            "stop": 873721358
        },
        {
            "start": 873721360,
            "stop": 873721375
        },
        {
            "start": 873721376,
            "stop": 873721403
        },
        {
            "start": 873721405,
            "stop": 873721410
        },
        {
            "start": 873721411,
            "stop": 873721414
        },
        {
            "start": 873721415,
            "stop": 873721417
        },
        {
            "start": 873721419,
            "stop": 873721420
        },
        {
            "start": 873721421,
            "stop": 873721429
        },
        {
            "start": 873721430,
            "stop": 873721433
        },
        {
            "start": 873721434,
            "stop": 873721439
        },
        {
            "start": 873721441,
            "stop": 873721443
        }
    ]
}