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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=330",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=328",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 329,
    "results": [
        {
            "start": 818249661,
            "stop": 818249662
        },
        {
            "start": 818249677,
            "stop": 818249681
        },
        {
            "start": 818249716,
            "stop": 818249722
        },
        {
            "start": 818249733,
            "stop": 818249734
        },
        {
            "start": 818249746,
            "stop": 818249751
        },
        {
            "start": 818249771,
            "stop": 818249773
        },
        {
            "start": 818249779,
            "stop": 818249782
        },
        {
            "start": 818249787,
            "stop": 818249789
        },
        {
            "start": 818249809,
            "stop": 818249811
        },
        {
            "start": 818249816,
            "stop": 818249817
        },
        {
            "start": 818249822,
            "stop": 818249824
        },
        {
            "start": 818249831,
            "stop": 818249834
        },
        {
            "start": 818249839,
            "stop": 818249843
        },
        {
            "start": 818249857,
            "stop": 818249866
        },
        {
            "start": 818249871,
            "stop": 818249873
        },
        {
            "start": 818249887,
            "stop": 818249891
        },
        {
            "start": 818249922,
            "stop": 818249926
        },
        {
            "start": 818249930,
            "stop": 818249933
        },
        {
            "start": 818249936,
            "stop": 818249938
        },
        {
            "start": 818249967,
            "stop": 818249969
        }
    ]
}