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=6893
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=6894",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6892",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6893,
    "results": [
        {
            "start": 873453083,
            "stop": 873453162
        },
        {
            "start": 873453166,
            "stop": 873453318
        },
        {
            "start": 873453321,
            "stop": 873454258
        },
        {
            "start": 873454261,
            "stop": 873456175
        },
        {
            "start": 873456178,
            "stop": 873456278
        },
        {
            "start": 873456281,
            "stop": 873456505
        },
        {
            "start": 873456508,
            "stop": 873456516
        },
        {
            "start": 873456519,
            "stop": 873456600
        },
        {
            "start": 873456603,
            "stop": 873456644
        },
        {
            "start": 873456647,
            "stop": 873456947
        },
        {
            "start": 873456950,
            "stop": 873457299
        },
        {
            "start": 873457302,
            "stop": 873457365
        },
        {
            "start": 873457368,
            "stop": 873457754
        },
        {
            "start": 873457757,
            "stop": 873458308
        },
        {
            "start": 873458311,
            "stop": 873458329
        },
        {
            "start": 873458335,
            "stop": 873458408
        },
        {
            "start": 873458412,
            "stop": 873458527
        },
        {
            "start": 873458531,
            "stop": 873458549
        },
        {
            "start": 873458555,
            "stop": 873458558
        },
        {
            "start": 873458561,
            "stop": 873458655
        }
    ]
}