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=181
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=182",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=180",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 181,
    "results": [
        {
            "start": 817394392,
            "stop": 817394644
        },
        {
            "start": 817394661,
            "stop": 817394835
        },
        {
            "start": 817394854,
            "stop": 817395074
        },
        {
            "start": 817399812,
            "stop": 817399857
        },
        {
            "start": 817399888,
            "stop": 817399948
        },
        {
            "start": 817399967,
            "stop": 817400526
        },
        {
            "start": 817400548,
            "stop": 817400854
        },
        {
            "start": 817400873,
            "stop": 817400876
        },
        {
            "start": 817400904,
            "stop": 817401366
        },
        {
            "start": 817401385,
            "stop": 817401411
        },
        {
            "start": 817401416,
            "stop": 817401421
        },
        {
            "start": 817403296,
            "stop": 817403333
        },
        {
            "start": 817403339,
            "stop": 817403350
        },
        {
            "start": 817403369,
            "stop": 817403515
        },
        {
            "start": 817403540,
            "stop": 817403781
        },
        {
            "start": 817415510,
            "stop": 817415838
        },
        {
            "start": 817415859,
            "stop": 817415924
        },
        {
            "start": 817416818,
            "stop": 817417064
        },
        {
            "start": 817417067,
            "stop": 817417182
        },
        {
            "start": 817417199,
            "stop": 817417213
        }
    ]
}