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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7516",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7514",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7515,
    "results": [
        {
            "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
        },
        {
            "start": 970305794,
            "stop": 970306131
        },
        {
            "start": 970306134,
            "stop": 970306251
        },
        {
            "start": 970306254,
            "stop": 970306261
        },
        {
            "start": 970306264,
            "stop": 970306340
        },
        {
            "start": 970306343,
            "stop": 970306367
        }
    ]
}