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=8109
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=8110",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8108",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8109,
    "results": [
        {
            "start": 872707664,
            "stop": 872707691
        },
        {
            "start": 872707708,
            "stop": 872707735
        },
        {
            "start": 872707752,
            "stop": 872707769
        },
        {
            "start": 872707801,
            "stop": 872707828
        },
        {
            "start": 872707877,
            "stop": 872707922
        },
        {
            "start": 872707940,
            "stop": 872707961
        },
        {
            "start": 872707978,
            "stop": 872708001
        },
        {
            "start": 872708019,
            "stop": 872708089
        },
        {
            "start": 872708115,
            "stop": 872708131
        },
        {
            "start": 872708149,
            "stop": 872708197
        },
        {
            "start": 872708214,
            "stop": 872708223
        },
        {
            "start": 872708240,
            "stop": 872708255
        },
        {
            "start": 872708286,
            "stop": 872708320
        },
        {
            "start": 872708342,
            "stop": 872708344
        },
        {
            "start": 872708361,
            "stop": 872708416
        },
        {
            "start": 872708433,
            "stop": 872708447
        },
        {
            "start": 872708465,
            "stop": 872708509
        },
        {
            "start": 872708526,
            "stop": 872708571
        },
        {
            "start": 872708589,
            "stop": 872708593
        },
        {
            "start": 872708610,
            "stop": 872708620
        }
    ]
}