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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7500",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7498",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7499,
    "results": [
        {
            "start": 970303740,
            "stop": 970303745
        },
        {
            "start": 970303777,
            "stop": 970303778
        },
        {
            "start": 970303810,
            "stop": 970303814
        },
        {
            "start": 970303849,
            "stop": 970303850
        },
        {
            "start": 970303862,
            "stop": 970303863
        },
        {
            "start": 970303868,
            "stop": 970303869
        },
        {
            "start": 970303875,
            "stop": 970303878
        },
        {
            "start": 970303888,
            "stop": 970304303
        },
        {
            "start": 970304306,
            "stop": 970304927
        },
        {
            "start": 970304930,
            "stop": 970304949
        },
        {
            "start": 970304952,
            "stop": 970304984
        },
        {
            "start": 970304987,
            "stop": 970304991
        },
        {
            "start": 970305071,
            "stop": 970305142
        },
        {
            "start": 970305148,
            "stop": 970305305
        },
        {
            "start": 970305311,
            "stop": 970305512
        },
        {
            "start": 970305515,
            "stop": 970305579
        },
        {
            "start": 970305613,
            "stop": 970305614
        },
        {
            "start": 970305634,
            "stop": 970305635
        },
        {
            "start": 970305677,
            "stop": 970305678
        },
        {
            "start": 970305760,
            "stop": 970305791
        }
    ]
}