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=8152
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=8153",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8151",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8152,
    "results": [
        {
            "start": 873134067,
            "stop": 873134379
        },
        {
            "start": 873134396,
            "stop": 873135474
        },
        {
            "start": 873135594,
            "stop": 873136205
        },
        {
            "start": 873137363,
            "stop": 873138104
        },
        {
            "start": 873144838,
            "stop": 873145031
        },
        {
            "start": 873145151,
            "stop": 873145182
        },
        {
            "start": 873145199,
            "stop": 873146185
        },
        {
            "start": 873146204,
            "stop": 873146707
        },
        {
            "start": 873146856,
            "stop": 873147352
        },
        {
            "start": 873147369,
            "stop": 873147518
        },
        {
            "start": 873147535,
            "stop": 873147674
        },
        {
            "start": 873147693,
            "stop": 873148032
        },
        {
            "start": 873148057,
            "stop": 873148088
        },
        {
            "start": 873148107,
            "stop": 873148157
        },
        {
            "start": 873148176,
            "stop": 873148273
        },
        {
            "start": 873148293,
            "stop": 873148401
        },
        {
            "start": 873148420,
            "stop": 873148466
        },
        {
            "start": 873148485,
            "stop": 873148771
        },
        {
            "start": 873148905,
            "stop": 873150381
        },
        {
            "start": 873150398,
            "stop": 873150567
        }
    ]
}