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=8036
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=8037",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8035",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8036,
    "results": [
        {
            "start": 872174887,
            "stop": 872174959
        },
        {
            "start": 872174982,
            "stop": 872175858
        },
        {
            "start": 872175899,
            "stop": 872176283
        },
        {
            "start": 872176300,
            "stop": 872176307
        },
        {
            "start": 872176324,
            "stop": 872176584
        },
        {
            "start": 872176603,
            "stop": 872176615
        },
        {
            "start": 872176634,
            "stop": 872176636
        },
        {
            "start": 872176655,
            "stop": 872176658
        },
        {
            "start": 872176778,
            "stop": 872176823
        },
        {
            "start": 872176845,
            "stop": 872176870
        },
        {
            "start": 872176889,
            "stop": 872176913
        },
        {
            "start": 872176932,
            "stop": 872177073
        },
        {
            "start": 872177101,
            "stop": 872177105
        },
        {
            "start": 872177185,
            "stop": 872177215
        },
        {
            "start": 872177234,
            "stop": 872177280
        },
        {
            "start": 872177509,
            "stop": 872177537
        },
        {
            "start": 872177581,
            "stop": 872177871
        },
        {
            "start": 872177888,
            "stop": 872178217
        },
        {
            "start": 872178236,
            "stop": 872178524
        },
        {
            "start": 872178543,
            "stop": 872178636
        }
    ]
}