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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7457",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7455",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7456,
    "results": [
        {
            "start": 970071990,
            "stop": 970071996
        },
        {
            "start": 970072005,
            "stop": 970072294
        },
        {
            "start": 970072297,
            "stop": 970072414
        },
        {
            "start": 970072426,
            "stop": 970072610
        },
        {
            "start": 970072613,
            "stop": 970072816
        },
        {
            "start": 970072936,
            "stop": 970072947
        },
        {
            "start": 970072950,
            "stop": 970073164
        },
        {
            "start": 970073170,
            "stop": 970073193
        },
        {
            "start": 970073204,
            "stop": 970073223
        },
        {
            "start": 970073229,
            "stop": 970073249
        },
        {
            "start": 970073254,
            "stop": 970073263
        },
        {
            "start": 970073269,
            "stop": 970073307
        },
        {
            "start": 970073313,
            "stop": 970073884
        },
        {
            "start": 970073887,
            "stop": 970074016
        },
        {
            "start": 970074019,
            "stop": 970074020
        },
        {
            "start": 970074023,
            "stop": 970074188
        },
        {
            "start": 970074191,
            "stop": 970074356
        },
        {
            "start": 970074359,
            "stop": 970074452
        },
        {
            "start": 970074455,
            "stop": 970074474
        },
        {
            "start": 970074477,
            "stop": 970074549
        }
    ]
}