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=8068
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=8069",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8067",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8068,
    "results": [
        {
            "start": 872337075,
            "stop": 872337081
        },
        {
            "start": 872337100,
            "stop": 872337124
        },
        {
            "start": 872337143,
            "stop": 872337376
        },
        {
            "start": 872337395,
            "stop": 872337488
        },
        {
            "start": 872337507,
            "stop": 872337601
        },
        {
            "start": 872337650,
            "stop": 872337663
        },
        {
            "start": 872337719,
            "stop": 872337829
        },
        {
            "start": 872337856,
            "stop": 872337869
        },
        {
            "start": 872337886,
            "stop": 872337952
        },
        {
            "start": 872337971,
            "stop": 872338185
        },
        {
            "start": 872338204,
            "stop": 872338208
        },
        {
            "start": 872338225,
            "stop": 872338479
        },
        {
            "start": 872338496,
            "stop": 872338700
        },
        {
            "start": 872338719,
            "stop": 872338800
        },
        {
            "start": 872338817,
            "stop": 872338849
        },
        {
            "start": 872338868,
            "stop": 872338959
        },
        {
            "start": 872338978,
            "stop": 872338990
        },
        {
            "start": 872339009,
            "stop": 872339065
        },
        {
            "start": 872339084,
            "stop": 872339108
        },
        {
            "start": 872339127,
            "stop": 872339266
        }
    ]
}