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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4424",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4422",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4423,
    "results": [
        {
            "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
        },
        {
            "start": 875227294,
            "stop": 875227316
        },
        {
            "start": 875227345,
            "stop": 875227388
        }
    ]
}