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=7386
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=7387",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7385",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7386,
    "results": [
        {
            "start": 969683003,
            "stop": 969683339
        },
        {
            "start": 969683360,
            "stop": 969683524
        },
        {
            "start": 969683530,
            "stop": 969683554
        },
        {
            "start": 969683557,
            "stop": 969684673
        },
        {
            "start": 969684676,
            "stop": 969685285
        },
        {
            "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
        }
    ]
}