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=8215
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=8216",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8214",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8215,
    "results": [
        {
            "start": 873586978,
            "stop": 873587234
        },
        {
            "start": 873587251,
            "stop": 873587283
        },
        {
            "start": 873587300,
            "stop": 873587574
        },
        {
            "start": 873587591,
            "stop": 873587737
        },
        {
            "start": 873587754,
            "stop": 873588131
        },
        {
            "start": 873588251,
            "stop": 873588448
        },
        {
            "start": 873588468,
            "stop": 873588531
        },
        {
            "start": 873588548,
            "stop": 873588624
        },
        {
            "start": 873588641,
            "stop": 873588774
        },
        {
            "start": 873588794,
            "stop": 873590709
        },
        {
            "start": 873590726,
            "stop": 873590785
        },
        {
            "start": 873590802,
            "stop": 873591107
        },
        {
            "start": 873591124,
            "stop": 873591620
        },
        {
            "start": 873591639,
            "stop": 873591806
        },
        {
            "start": 873591823,
            "stop": 873592457
        },
        {
            "start": 873592474,
            "stop": 873592713
        },
        {
            "start": 873592730,
            "stop": 873592740
        },
        {
            "start": 873592757,
            "stop": 873592905
        },
        {
            "start": 873592922,
            "stop": 873593307
        },
        {
            "start": 873593324,
            "stop": 873594768
        }
    ]
}