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=8868
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=8869",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8867",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8868,
    "results": [
        {
            "start": 873109948,
            "stop": 873110042
        },
        {
            "start": 873110061,
            "stop": 873110796
        },
        {
            "start": 873110815,
            "stop": 873110865
        },
        {
            "start": 873110882,
            "stop": 873110927
        },
        {
            "start": 873110946,
            "stop": 873111097
        },
        {
            "start": 873111119,
            "stop": 873111242
        },
        {
            "start": 873111263,
            "stop": 873111267
        },
        {
            "start": 873111286,
            "stop": 873111400
        },
        {
            "start": 873111419,
            "stop": 873111426
        },
        {
            "start": 873111461,
            "stop": 873111487
        },
        {
            "start": 873111506,
            "stop": 873111583
        },
        {
            "start": 873111604,
            "stop": 873112012
        },
        {
            "start": 873112031,
            "stop": 873112620
        },
        {
            "start": 873112659,
            "stop": 873112706
        },
        {
            "start": 873112725,
            "stop": 873112972
        },
        {
            "start": 873113040,
            "stop": 873113046
        },
        {
            "start": 873113065,
            "stop": 873113085
        },
        {
            "start": 873113199,
            "stop": 873113250
        },
        {
            "start": 873113296,
            "stop": 873113329
        },
        {
            "start": 873113348,
            "stop": 873113382
        }
    ]
}