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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9938",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9936",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9937,
    "results": [
        {
            "start": 875000199,
            "stop": 875001044
        },
        {
            "start": 875001061,
            "stop": 875001086
        },
        {
            "start": 875001103,
            "stop": 875001635
        },
        {
            "start": 875001652,
            "stop": 875002620
        },
        {
            "start": 875002680,
            "stop": 875003229
        },
        {
            "start": 875003246,
            "stop": 875003292
        },
        {
            "start": 875003309,
            "stop": 875003523
        },
        {
            "start": 875003540,
            "stop": 875003611
        },
        {
            "start": 875003628,
            "stop": 875004757
        },
        {
            "start": 875004774,
            "stop": 875004780
        },
        {
            "start": 875004840,
            "stop": 875004890
        },
        {
            "start": 875005140,
            "stop": 875005260
        },
        {
            "start": 875005320,
            "stop": 875005380
        },
        {
            "start": 875006040,
            "stop": 875006058
        },
        {
            "start": 875006075,
            "stop": 875006100
        },
        {
            "start": 875006220,
            "stop": 875006280
        },
        {
            "start": 875006460,
            "stop": 875006520
        },
        {
            "start": 875006580,
            "stop": 875006640
        },
        {
            "start": 875006700,
            "stop": 875007060
        },
        {
            "start": 875007120,
            "stop": 875007180
        }
    ]
}