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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=278",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=276",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 277,
    "results": [
        {
            "start": 820937477,
            "stop": 820937509
        },
        {
            "start": 820937513,
            "stop": 820937548
        },
        {
            "start": 820937551,
            "stop": 820937571
        },
        {
            "start": 820937574,
            "stop": 820937676
        },
        {
            "start": 820937680,
            "stop": 820937936
        },
        {
            "start": 820937939,
            "stop": 820937958
        },
        {
            "start": 820937961,
            "stop": 820938024
        },
        {
            "start": 820938027,
            "stop": 820938151
        },
        {
            "start": 820938154,
            "stop": 820938155
        },
        {
            "start": 820938158,
            "stop": 820938221
        },
        {
            "start": 820938224,
            "stop": 820938263
        },
        {
            "start": 820938267,
            "stop": 820938296
        },
        {
            "start": 820938299,
            "stop": 820938323
        },
        {
            "start": 820938326,
            "stop": 820938356
        },
        {
            "start": 820938359,
            "stop": 820938451
        },
        {
            "start": 820938454,
            "stop": 820938473
        },
        {
            "start": 820938477,
            "stop": 820938514
        },
        {
            "start": 820938517,
            "stop": 820938548
        },
        {
            "start": 820938551,
            "stop": 820938585
        },
        {
            "start": 820938588,
            "stop": 820938666
        }
    ]
}