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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=114",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=112",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 113,
    "results": [
        {
            "start": 835216185,
            "stop": 835222857
        },
        {
            "start": 835228341,
            "stop": 835239311
        },
        {
            "start": 835239413,
            "stop": 835251716
        },
        {
            "start": 835253376,
            "stop": 835255404
        },
        {
            "start": 835256728,
            "stop": 835258147
        },
        {
            "start": 835258563,
            "stop": 835277915
        },
        {
            "start": 835279367,
            "stop": 835282182
        },
        {
            "start": 835282579,
            "stop": 835285639
        },
        {
            "start": 835286148,
            "stop": 835287759
        },
        {
            "start": 835289802,
            "stop": 835291581
        },
        {
            "start": 835292188,
            "stop": 835292244
        },
        {
            "start": 835293933,
            "stop": 835294464
        },
        {
            "start": 835295220,
            "stop": 835317963
        },
        {
            "start": 835318051,
            "stop": 835339536
        },
        {
            "start": 835340241,
            "stop": 835356301
        },
        {
            "start": 835357288,
            "stop": 835361561
        },
        {
            "start": 835361814,
            "stop": 835361933
        },
        {
            "start": 835362079,
            "stop": 835372308
        },
        {
            "start": 835373216,
            "stop": 835375288
        },
        {
            "start": 835376631,
            "stop": 835388482
        }
    ]
}