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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16780",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16778",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16779,
    "results": [
        {
            "start": 875113149,
            "stop": 875113170
        },
        {
            "start": 875113173,
            "stop": 875113230
        },
        {
            "start": 875113232,
            "stop": 875113247
        },
        {
            "start": 875113248,
            "stop": 875113280
        },
        {
            "start": 875113281,
            "stop": 875113288
        },
        {
            "start": 875113289,
            "stop": 875113296
        },
        {
            "start": 875113298,
            "stop": 875113334
        },
        {
            "start": 875113336,
            "stop": 875113350
        },
        {
            "start": 875113353,
            "stop": 875113397
        },
        {
            "start": 875113400,
            "stop": 875113414
        },
        {
            "start": 875113415,
            "stop": 875113416
        },
        {
            "start": 875113417,
            "stop": 875113430
        },
        {
            "start": 875113431,
            "stop": 875113454
        },
        {
            "start": 875113455,
            "stop": 875113460
        },
        {
            "start": 875113461,
            "stop": 875113479
        },
        {
            "start": 875113480,
            "stop": 875113490
        },
        {
            "start": 875113492,
            "stop": 875113498
        },
        {
            "start": 875113499,
            "stop": 875113501
        },
        {
            "start": 875113504,
            "stop": 875113507
        },
        {
            "start": 875113508,
            "stop": 875113517
        }
    ]
}