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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=231",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=229",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 230,
    "results": [
        {
            "start": 817854819,
            "stop": 817854822
        },
        {
            "start": 817854825,
            "stop": 817854840
        },
        {
            "start": 817854890,
            "stop": 817854900
        },
        {
            "start": 817855189,
            "stop": 817855190
        },
        {
            "start": 817855221,
            "stop": 817855230
        },
        {
            "start": 817855352,
            "stop": 817855363
        },
        {
            "start": 817855482,
            "stop": 817855515
        },
        {
            "start": 817855606,
            "stop": 817855607
        },
        {
            "start": 817855614,
            "stop": 817855622
        },
        {
            "start": 817856616,
            "stop": 817856643
        },
        {
            "start": 817856647,
            "stop": 817856648
        },
        {
            "start": 817856652,
            "stop": 817856654
        },
        {
            "start": 817856657,
            "stop": 817856696
        },
        {
            "start": 817856723,
            "stop": 817856725
        },
        {
            "start": 817856728,
            "stop": 817856733
        },
        {
            "start": 817856831,
            "stop": 817856873
        },
        {
            "start": 817856893,
            "stop": 817856896
        },
        {
            "start": 817856902,
            "stop": 817856909
        },
        {
            "start": 817856929,
            "stop": 817856930
        },
        {
            "start": 817856933,
            "stop": 817856956
        }
    ]
}