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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4942",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4940",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4941,
    "results": [
        {
            "start": 875226166,
            "stop": 875226179
        },
        {
            "start": 875226198,
            "stop": 875226244
        },
        {
            "start": 875226353,
            "stop": 875226355
        },
        {
            "start": 875226385,
            "stop": 875226387
        },
        {
            "start": 875226407,
            "stop": 875226454
        },
        {
            "start": 875226490,
            "stop": 875226499
        },
        {
            "start": 875226533,
            "stop": 875226558
        },
        {
            "start": 875226577,
            "stop": 875226580
        },
        {
            "start": 875226599,
            "stop": 875226603
        },
        {
            "start": 875226623,
            "stop": 875226639
        },
        {
            "start": 875226700,
            "stop": 875226752
        },
        {
            "start": 875226771,
            "stop": 875226782
        },
        {
            "start": 875226801,
            "stop": 875226805
        },
        {
            "start": 875226828,
            "stop": 875226833
        },
        {
            "start": 875226852,
            "stop": 875226860
        },
        {
            "start": 875226879,
            "stop": 875226885
        },
        {
            "start": 875226933,
            "stop": 875227027
        },
        {
            "start": 875227053,
            "stop": 875227067
        },
        {
            "start": 875227086,
            "stop": 875227102
        },
        {
            "start": 875227130,
            "stop": 875227157
        }
    ]
}