Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6917
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6918",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6916",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6917,
    "results": [
        {
            "start": 873604836,
            "stop": 873604900
        },
        {
            "start": 873604903,
            "stop": 873604927
        },
        {
            "start": 873604930,
            "stop": 873605081
        },
        {
            "start": 873605084,
            "stop": 873605143
        },
        {
            "start": 873605146,
            "stop": 873605187
        },
        {
            "start": 873605191,
            "stop": 873605193
        },
        {
            "start": 873605196,
            "stop": 873605198
        },
        {
            "start": 873605208,
            "stop": 873605269
        },
        {
            "start": 873606049,
            "stop": 873606101
        },
        {
            "start": 873606106,
            "stop": 873606177
        },
        {
            "start": 873606180,
            "stop": 873606191
        },
        {
            "start": 873606196,
            "stop": 873606197
        },
        {
            "start": 873606200,
            "stop": 873606201
        },
        {
            "start": 873606209,
            "stop": 873606218
        },
        {
            "start": 873606223,
            "stop": 873606251
        },
        {
            "start": 873606255,
            "stop": 873606380
        },
        {
            "start": 873606384,
            "stop": 873606387
        },
        {
            "start": 873606390,
            "stop": 873606399
        },
        {
            "start": 873606402,
            "stop": 873610109
        },
        {
            "start": 873610349,
            "stop": 873610663
        }
    ]
}