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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=129",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=127",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 128,
    "results": [
        {
            "start": 1260174267,
            "stop": 1260174815
        },
        {
            "start": 1260174820,
            "stop": 1260175397
        },
        {
            "start": 1260175402,
            "stop": 1260176385
        },
        {
            "start": 1260176388,
            "stop": 1260176503
        },
        {
            "start": 1260176508,
            "stop": 1260177034
        },
        {
            "start": 1260177036,
            "stop": 1260177299
        },
        {
            "start": 1260177302,
            "stop": 1260178941
        },
        {
            "start": 1260178947,
            "stop": 1260180582
        },
        {
            "start": 1260180587,
            "stop": 1260180766
        },
        {
            "start": 1260180771,
            "stop": 1260181153
        },
        {
            "start": 1260181156,
            "stop": 1260183261
        },
        {
            "start": 1260183267,
            "stop": 1260183501
        },
        {
            "start": 1260183507,
            "stop": 1260184887
        },
        {
            "start": 1260184892,
            "stop": 1260184984
        },
        {
            "start": 1260184989,
            "stop": 1260185087
        },
        {
            "start": 1260185092,
            "stop": 1260185534
        },
        {
            "start": 1260185539,
            "stop": 1260186157
        },
        {
            "start": 1260186162,
            "stop": 1260186232
        },
        {
            "start": 1260186237,
            "stop": 1260186602
        },
        {
            "start": 1260186607,
            "stop": 1260186651
        }
    ]
}