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=6172
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=6173",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6171",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6172,
    "results": [
        {
            "start": 874411861,
            "stop": 874411873
        },
        {
            "start": 874411876,
            "stop": 874411881
        },
        {
            "start": 874411885,
            "stop": 874412046
        },
        {
            "start": 874412047,
            "stop": 874412049
        },
        {
            "start": 874412050,
            "stop": 874412056
        },
        {
            "start": 874412059,
            "stop": 874412103
        },
        {
            "start": 874412106,
            "stop": 874412112
        },
        {
            "start": 874412115,
            "stop": 874412148
        },
        {
            "start": 874412158,
            "stop": 874412168
        },
        {
            "start": 874412177,
            "stop": 874412180
        },
        {
            "start": 874412183,
            "stop": 874412187
        },
        {
            "start": 874412190,
            "stop": 874412191
        },
        {
            "start": 874412197,
            "stop": 874412268
        },
        {
            "start": 874412271,
            "stop": 874412339
        },
        {
            "start": 874412342,
            "stop": 874412343
        },
        {
            "start": 874412346,
            "stop": 874412373
        },
        {
            "start": 874412376,
            "stop": 874412377
        },
        {
            "start": 874412380,
            "stop": 874412469
        },
        {
            "start": 874412472,
            "stop": 874412571
        },
        {
            "start": 874412574,
            "stop": 874413237
        }
    ]
}