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=8140
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=8141",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8139",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8140,
    "results": [
        {
            "start": 873031041,
            "stop": 873031160
        },
        {
            "start": 873031177,
            "stop": 873031259
        },
        {
            "start": 873031276,
            "stop": 873031510
        },
        {
            "start": 873031527,
            "stop": 873031560
        },
        {
            "start": 873031620,
            "stop": 873032201
        },
        {
            "start": 873032280,
            "stop": 873032282
        },
        {
            "start": 873032301,
            "stop": 873032514
        },
        {
            "start": 873032531,
            "stop": 873032730
        },
        {
            "start": 873032747,
            "stop": 873032762
        },
        {
            "start": 873032781,
            "stop": 873032797
        },
        {
            "start": 873032814,
            "stop": 873033095
        },
        {
            "start": 873034455,
            "stop": 873034549
        },
        {
            "start": 873034566,
            "stop": 873034606
        },
        {
            "start": 873034632,
            "stop": 873034646
        },
        {
            "start": 873034663,
            "stop": 873034674
        },
        {
            "start": 873034691,
            "stop": 873035010
        },
        {
            "start": 873036630,
            "stop": 873036723
        },
        {
            "start": 873036740,
            "stop": 873037020
        },
        {
            "start": 873037080,
            "stop": 873037166
        },
        {
            "start": 873037183,
            "stop": 873037202
        }
    ]
}