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=8883
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=8884",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8882",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8883,
    "results": [
        {
            "start": 873213052,
            "stop": 873213473
        },
        {
            "start": 873213502,
            "stop": 873213531
        },
        {
            "start": 873213550,
            "stop": 873213715
        },
        {
            "start": 873213732,
            "stop": 873213750
        },
        {
            "start": 873215085,
            "stop": 873215092
        },
        {
            "start": 873215128,
            "stop": 873215144
        },
        {
            "start": 873215161,
            "stop": 873215255
        },
        {
            "start": 873215276,
            "stop": 873215354
        },
        {
            "start": 873215377,
            "stop": 873215391
        },
        {
            "start": 873215438,
            "stop": 873215472
        },
        {
            "start": 873215492,
            "stop": 873215688
        },
        {
            "start": 873215711,
            "stop": 873215712
        },
        {
            "start": 873215731,
            "stop": 873215745
        },
        {
            "start": 873215762,
            "stop": 873215778
        },
        {
            "start": 873215797,
            "stop": 873215799
        },
        {
            "start": 873215858,
            "stop": 873215866
        },
        {
            "start": 873215883,
            "stop": 873215913
        },
        {
            "start": 873215947,
            "stop": 873215967
        },
        {
            "start": 873215988,
            "stop": 873215994
        },
        {
            "start": 873216013,
            "stop": 873216020
        }
    ]
}