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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=448",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=446",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 447,
    "results": [
        {
            "start": 859166896,
            "stop": 859168285
        },
        {
            "start": 859169088,
            "stop": 859189012
        },
        {
            "start": 859190302,
            "stop": 859196540
        },
        {
            "start": 859198299,
            "stop": 859207362
        },
        {
            "start": 859208276,
            "stop": 859220655
        },
        {
            "start": 859220765,
            "stop": 859222416
        },
        {
            "start": 859222418,
            "stop": 859228309
        },
        {
            "start": 859228504,
            "stop": 859233449
        },
        {
            "start": 859233597,
            "stop": 859234117
        },
        {
            "start": 859234119,
            "stop": 859271911
        },
        {
            "start": 859272948,
            "stop": 859290495
        },
        {
            "start": 859291500,
            "stop": 859305699
        },
        {
            "start": 859308218,
            "stop": 859309042
        },
        {
            "start": 859309044,
            "stop": 859313677
        },
        {
            "start": 859313748,
            "stop": 859314288
        },
        {
            "start": 859315313,
            "stop": 859316502
        },
        {
            "start": 859316574,
            "stop": 859359392
        },
        {
            "start": 859359394,
            "stop": 859359508
        },
        {
            "start": 859361437,
            "stop": 859383560
        },
        {
            "start": 859388530,
            "stop": 859388561
        }
    ]
}