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=137
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=138",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=136",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 137,
    "results": [
        {
            "start": 817017069,
            "stop": 817017171
        },
        {
            "start": 817017191,
            "stop": 817017258
        },
        {
            "start": 817017333,
            "stop": 817018822
        },
        {
            "start": 817018843,
            "stop": 817018873
        },
        {
            "start": 817018890,
            "stop": 817019543
        },
        {
            "start": 817019560,
            "stop": 817020836
        },
        {
            "start": 817020853,
            "stop": 817020870
        },
        {
            "start": 817020887,
            "stop": 817020889
        },
        {
            "start": 817020906,
            "stop": 817020981
        },
        {
            "start": 817020998,
            "stop": 817021081
        },
        {
            "start": 817021086,
            "stop": 817021455
        },
        {
            "start": 817021474,
            "stop": 817021695
        },
        {
            "start": 817021714,
            "stop": 817022552
        },
        {
            "start": 817022569,
            "stop": 817022609
        },
        {
            "start": 817022626,
            "stop": 817022635
        },
        {
            "start": 817022659,
            "stop": 817022760
        },
        {
            "start": 817022777,
            "stop": 817022778
        },
        {
            "start": 817022820,
            "stop": 817022908
        },
        {
            "start": 817022925,
            "stop": 817023083
        },
        {
            "start": 817023100,
            "stop": 817023331
        }
    ]
}