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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=258",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=256",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 257,
    "results": [
        {
            "start": 857777891,
            "stop": 857777930
        },
        {
            "start": 857778040,
            "stop": 857778072
        },
        {
            "start": 857778372,
            "stop": 857778455
        },
        {
            "start": 857778755,
            "stop": 857789953
        },
        {
            "start": 857792537,
            "stop": 857833216
        },
        {
            "start": 857849057,
            "stop": 857851253
        },
        {
            "start": 857861194,
            "stop": 857862269
        },
        {
            "start": 857862569,
            "stop": 857862734
        },
        {
            "start": 857862844,
            "stop": 857862982
        },
        {
            "start": 857863282,
            "stop": 857863315
        },
        {
            "start": 857863425,
            "stop": 857863516
        },
        {
            "start": 857863816,
            "stop": 857898529
        },
        {
            "start": 857898639,
            "stop": 857899148
        },
        {
            "start": 857900346,
            "stop": 857900389
        },
        {
            "start": 857900753,
            "stop": 857924676
        },
        {
            "start": 857924870,
            "stop": 857932506
        },
        {
            "start": 857932616,
            "stop": 857932954
        },
        {
            "start": 857933409,
            "stop": 857940937
        },
        {
            "start": 857941047,
            "stop": 857942341
        },
        {
            "start": 857942472,
            "stop": 857943880
        }
    ]
}