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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10017",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10015",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10016,
    "results": [
        {
            "start": 872326125,
            "stop": 872326709
        },
        {
            "start": 872326726,
            "stop": 872327600
        },
        {
            "start": 872327636,
            "stop": 872328648
        },
        {
            "start": 872328711,
            "stop": 872328844
        },
        {
            "start": 872328880,
            "stop": 872328931
        },
        {
            "start": 872328948,
            "stop": 872329657
        },
        {
            "start": 872329693,
            "stop": 872329727
        },
        {
            "start": 872329763,
            "stop": 872329777
        },
        {
            "start": 872329814,
            "stop": 872329836
        },
        {
            "start": 872329872,
            "stop": 872330616
        },
        {
            "start": 872330652,
            "stop": 872331085
        },
        {
            "start": 872331101,
            "stop": 872333024
        },
        {
            "start": 872333060,
            "stop": 872333181
        },
        {
            "start": 872333220,
            "stop": 872333295
        },
        {
            "start": 872333312,
            "stop": 872333367
        },
        {
            "start": 872333407,
            "stop": 872333519
        },
        {
            "start": 872333572,
            "stop": 872333619
        },
        {
            "start": 872333690,
            "stop": 872333744
        },
        {
            "start": 872333814,
            "stop": 872333841
        },
        {
            "start": 872333905,
            "stop": 872333912
        }
    ]
}