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/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5221
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=5222",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5220",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5221,
    "results": [
        {
            "start": 875224476,
            "stop": 875224496
        },
        {
            "start": 875224515,
            "stop": 875224564
        },
        {
            "start": 875224589,
            "stop": 875224639
        },
        {
            "start": 875224675,
            "stop": 875224684
        },
        {
            "start": 875224703,
            "stop": 875224798
        },
        {
            "start": 875224817,
            "stop": 875224836
        },
        {
            "start": 875224874,
            "stop": 875224901
        },
        {
            "start": 875224964,
            "stop": 875224988
        },
        {
            "start": 875225015,
            "stop": 875225034
        },
        {
            "start": 875225054,
            "stop": 875225130
        },
        {
            "start": 875225157,
            "stop": 875225166
        },
        {
            "start": 875225210,
            "stop": 875225219
        },
        {
            "start": 875225246,
            "stop": 875225260
        },
        {
            "start": 875225300,
            "stop": 875225304
        },
        {
            "start": 875225323,
            "stop": 875225328
        },
        {
            "start": 875225371,
            "stop": 875225381
        },
        {
            "start": 875225401,
            "stop": 875225404
        },
        {
            "start": 875225426,
            "stop": 875225662
        },
        {
            "start": 875225691,
            "stop": 875225722
        },
        {
            "start": 875225742,
            "stop": 875225793
        }
    ]
}