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=8895
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=8896",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8894",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8895,
    "results": [
        {
            "start": 873281842,
            "stop": 873281963
        },
        {
            "start": 873281983,
            "stop": 873281999
        },
        {
            "start": 873282018,
            "stop": 873282660
        },
        {
            "start": 873282679,
            "stop": 873283114
        },
        {
            "start": 873283131,
            "stop": 873283295
        },
        {
            "start": 873283312,
            "stop": 873283318
        },
        {
            "start": 873283440,
            "stop": 873283765
        },
        {
            "start": 873283800,
            "stop": 873284050
        },
        {
            "start": 873284069,
            "stop": 873284304
        },
        {
            "start": 873284323,
            "stop": 873284519
        },
        {
            "start": 873284539,
            "stop": 873284564
        },
        {
            "start": 873284583,
            "stop": 873284678
        },
        {
            "start": 873284695,
            "stop": 873284699
        },
        {
            "start": 873284718,
            "stop": 873284966
        },
        {
            "start": 873284985,
            "stop": 873285307
        },
        {
            "start": 873285324,
            "stop": 873285462
        },
        {
            "start": 873285481,
            "stop": 873286866
        },
        {
            "start": 873286885,
            "stop": 873287020
        },
        {
            "start": 873287037,
            "stop": 873287403
        },
        {
            "start": 873287423,
            "stop": 873287550
        }
    ]
}