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=7402
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=7403",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7401",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7402,
    "results": [
        {
            "start": 969685291,
            "stop": 969685512
        },
        {
            "start": 969685533,
            "stop": 969685782
        },
        {
            "start": 969685785,
            "stop": 969686613
        },
        {
            "start": 969686616,
            "stop": 969686645
        },
        {
            "start": 969686648,
            "stop": 969686735
        },
        {
            "start": 969686746,
            "stop": 969686912
        },
        {
            "start": 969686915,
            "stop": 969686933
        },
        {
            "start": 969686936,
            "stop": 969687051
        },
        {
            "start": 969687072,
            "stop": 969687075
        },
        {
            "start": 969687078,
            "stop": 969687109
        },
        {
            "start": 969687141,
            "stop": 969687586
        },
        {
            "start": 969687589,
            "stop": 969688246
        },
        {
            "start": 969688249,
            "stop": 969688861
        },
        {
            "start": 969688882,
            "stop": 969689002
        },
        {
            "start": 969689016,
            "stop": 969689717
        },
        {
            "start": 969689728,
            "stop": 969690478
        },
        {
            "start": 969690481,
            "stop": 969691144
        },
        {
            "start": 969691150,
            "stop": 969691178
        },
        {
            "start": 969691199,
            "stop": 969691323
        },
        {
            "start": 969691354,
            "stop": 969691866
        }
    ]
}