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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=213",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=211",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 212,
    "results": [
        {
            "start": 817763247,
            "stop": 817763294
        },
        {
            "start": 817763319,
            "stop": 817763356
        },
        {
            "start": 817763377,
            "stop": 817763412
        },
        {
            "start": 817763480,
            "stop": 817763571
        },
        {
            "start": 817763593,
            "stop": 817763720
        },
        {
            "start": 817763760,
            "stop": 817763847
        },
        {
            "start": 817763864,
            "stop": 817763880
        },
        {
            "start": 817764022,
            "stop": 817764050
        },
        {
            "start": 817764240,
            "stop": 817764264
        },
        {
            "start": 817764293,
            "stop": 817764300
        },
        {
            "start": 817764590,
            "stop": 817764607
        },
        {
            "start": 817764629,
            "stop": 817764702
        },
        {
            "start": 817764732,
            "stop": 817764779
        },
        {
            "start": 817764877,
            "stop": 817764879
        },
        {
            "start": 817764926,
            "stop": 817764932
        },
        {
            "start": 817764986,
            "stop": 817764987
        },
        {
            "start": 817765007,
            "stop": 817765047
        },
        {
            "start": 817765083,
            "stop": 817765090
        },
        {
            "start": 817765133,
            "stop": 817765138
        },
        {
            "start": 817765399,
            "stop": 817765402
        }
    ]
}