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_CAT3/segments?format=api&page=8934
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8935",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8933",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8934,
    "results": [
        {
            "start": 873586535,
            "stop": 873586546
        },
        {
            "start": 873586563,
            "stop": 873586589
        },
        {
            "start": 873586606,
            "stop": 873586786
        },
        {
            "start": 873586803,
            "stop": 873586830
        },
        {
            "start": 873586847,
            "stop": 873586961
        },
        {
            "start": 873586978,
            "stop": 873587234
        },
        {
            "start": 873587251,
            "stop": 873587283
        },
        {
            "start": 873587300,
            "stop": 873587574
        },
        {
            "start": 873587591,
            "stop": 873587737
        },
        {
            "start": 873587754,
            "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
        }
    ]
}