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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=217",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=215",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 216,
    "results": [
        {
            "start": 818213812,
            "stop": 818213813
        },
        {
            "start": 818213820,
            "stop": 818213829
        },
        {
            "start": 818213859,
            "stop": 818213860
        },
        {
            "start": 818213881,
            "stop": 818213882
        },
        {
            "start": 818213887,
            "stop": 818213888
        },
        {
            "start": 818213905,
            "stop": 818213908
        },
        {
            "start": 818213921,
            "stop": 818213922
        },
        {
            "start": 818213946,
            "stop": 818213947
        },
        {
            "start": 818213969,
            "stop": 818213974
        },
        {
            "start": 818213994,
            "stop": 818213996
        },
        {
            "start": 818214000,
            "stop": 818214001
        },
        {
            "start": 818214004,
            "stop": 818214008
        },
        {
            "start": 818214025,
            "stop": 818214029
        },
        {
            "start": 818214035,
            "stop": 818214036
        },
        {
            "start": 818214040,
            "stop": 818214041
        },
        {
            "start": 818214054,
            "stop": 818214056
        },
        {
            "start": 818214132,
            "stop": 818214134
        },
        {
            "start": 818214140,
            "stop": 818214145
        },
        {
            "start": 818214153,
            "stop": 818214154
        },
        {
            "start": 818214160,
            "stop": 818214161
        }
    ]
}