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=260
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=261",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=259",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 260,
    "results": [
        {
            "start": 817875877,
            "stop": 817875894
        },
        {
            "start": 817875897,
            "stop": 817875914
        },
        {
            "start": 817875917,
            "stop": 817875926
        },
        {
            "start": 817875945,
            "stop": 817875997
        },
        {
            "start": 817876016,
            "stop": 817876055
        },
        {
            "start": 817876060,
            "stop": 817876220
        },
        {
            "start": 817876223,
            "stop": 817876257
        },
        {
            "start": 817876278,
            "stop": 817876281
        },
        {
            "start": 817876285,
            "stop": 817876308
        },
        {
            "start": 817876327,
            "stop": 817876342
        },
        {
            "start": 817876345,
            "stop": 817876367
        },
        {
            "start": 817876371,
            "stop": 817876414
        },
        {
            "start": 817876417,
            "stop": 817876424
        },
        {
            "start": 817876443,
            "stop": 817876589
        },
        {
            "start": 817876593,
            "stop": 817876654
        },
        {
            "start": 817876662,
            "stop": 817876665
        },
        {
            "start": 817876685,
            "stop": 817876943
        },
        {
            "start": 817876947,
            "stop": 817876948
        },
        {
            "start": 817876957,
            "stop": 817876960
        },
        {
            "start": 817876964,
            "stop": 817877023
        }
    ]
}