Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7617
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=7618",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7616",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7617,
    "results": [
        {
            "start": 970775779,
            "stop": 970776490
        },
        {
            "start": 970776493,
            "stop": 970776844
        },
        {
            "start": 970776884,
            "stop": 970777312
        },
        {
            "start": 970777315,
            "stop": 970777915
        },
        {
            "start": 970777918,
            "stop": 970777960
        },
        {
            "start": 970777964,
            "stop": 970777966
        },
        {
            "start": 970777971,
            "stop": 970778156
        },
        {
            "start": 970778159,
            "stop": 970778741
        },
        {
            "start": 970778744,
            "stop": 970779130
        },
        {
            "start": 970779133,
            "stop": 970779721
        },
        {
            "start": 970779724,
            "stop": 970780296
        },
        {
            "start": 970780299,
            "stop": 970781822
        },
        {
            "start": 970781825,
            "stop": 970781975
        },
        {
            "start": 970781978,
            "stop": 970782183
        },
        {
            "start": 970782186,
            "stop": 970782204
        },
        {
            "start": 970782207,
            "stop": 970782748
        },
        {
            "start": 970782751,
            "stop": 970782764
        },
        {
            "start": 970782767,
            "stop": 970783141
        },
        {
            "start": 970783144,
            "stop": 970784083
        },
        {
            "start": 970784086,
            "stop": 970784267
        }
    ]
}