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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=346",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=344",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 345,
    "results": [
        {
            "start": 818253637,
            "stop": 818253638
        },
        {
            "start": 818253642,
            "stop": 818253643
        },
        {
            "start": 818253650,
            "stop": 818253654
        },
        {
            "start": 818253661,
            "stop": 818253663
        },
        {
            "start": 818253678,
            "stop": 818253679
        },
        {
            "start": 818253689,
            "stop": 818253695
        },
        {
            "start": 818253702,
            "stop": 818253706
        },
        {
            "start": 818253710,
            "stop": 818253713
        },
        {
            "start": 818253721,
            "stop": 818253722
        },
        {
            "start": 818253735,
            "stop": 818253738
        },
        {
            "start": 818253767,
            "stop": 818253771
        },
        {
            "start": 818253783,
            "stop": 818253784
        },
        {
            "start": 818253794,
            "stop": 818253797
        },
        {
            "start": 818253838,
            "stop": 818253843
        },
        {
            "start": 818253846,
            "stop": 818253848
        },
        {
            "start": 818253855,
            "stop": 818253857
        },
        {
            "start": 818253863,
            "stop": 818253869
        },
        {
            "start": 818253874,
            "stop": 818253877
        },
        {
            "start": 818253885,
            "stop": 818253889
        },
        {
            "start": 818253899,
            "stop": 818253900
        }
    ]
}