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=3784
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=3785",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3783",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3784,
    "results": [
        {
            "start": 873193162,
            "stop": 873193164
        },
        {
            "start": 873193167,
            "stop": 873193369
        },
        {
            "start": 873193372,
            "stop": 873193530
        },
        {
            "start": 873193533,
            "stop": 873193620
        },
        {
            "start": 873193680,
            "stop": 873193699
        },
        {
            "start": 873193702,
            "stop": 873193706
        },
        {
            "start": 873193709,
            "stop": 873193714
        },
        {
            "start": 873193721,
            "stop": 873193728
        },
        {
            "start": 873193731,
            "stop": 873193734
        },
        {
            "start": 873193740,
            "stop": 873193789
        },
        {
            "start": 873193792,
            "stop": 873193916
        },
        {
            "start": 873193919,
            "stop": 873193928
        },
        {
            "start": 873193931,
            "stop": 873193936
        },
        {
            "start": 873193939,
            "stop": 873193942
        },
        {
            "start": 873193945,
            "stop": 873193976
        },
        {
            "start": 873193982,
            "stop": 873194042
        },
        {
            "start": 873194057,
            "stop": 873194061
        },
        {
            "start": 873194065,
            "stop": 873194072
        },
        {
            "start": 873194075,
            "stop": 873194076
        },
        {
            "start": 873194079,
            "stop": 873194083
        }
    ]
}