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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=321",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=319",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 320,
    "results": [
        {
            "start": 1260316365,
            "stop": 1260316382
        },
        {
            "start": 1260316385,
            "stop": 1260316437
        },
        {
            "start": 1260316440,
            "stop": 1260316505
        },
        {
            "start": 1260316508,
            "stop": 1260316537
        },
        {
            "start": 1260316540,
            "stop": 1260316813
        },
        {
            "start": 1260316816,
            "stop": 1260316836
        },
        {
            "start": 1260316839,
            "stop": 1260317025
        },
        {
            "start": 1260317028,
            "stop": 1260317160
        },
        {
            "start": 1260317163,
            "stop": 1260317271
        },
        {
            "start": 1260317274,
            "stop": 1260317275
        },
        {
            "start": 1260317278,
            "stop": 1260317291
        },
        {
            "start": 1260317294,
            "stop": 1260317864
        },
        {
            "start": 1260317867,
            "stop": 1260317885
        },
        {
            "start": 1260317888,
            "stop": 1260317904
        },
        {
            "start": 1260317907,
            "stop": 1260317948
        },
        {
            "start": 1260317951,
            "stop": 1260317957
        },
        {
            "start": 1260317960,
            "stop": 1260317964
        },
        {
            "start": 1260317967,
            "stop": 1260318155
        },
        {
            "start": 1260318158,
            "stop": 1260318168
        },
        {
            "start": 1260318171,
            "stop": 1260318223
        }
    ]
}