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=7715
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=7716",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7714",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7715,
    "results": [
        {
            "start": 971516371,
            "stop": 971516566
        },
        {
            "start": 971516572,
            "stop": 971516601
        },
        {
            "start": 971516605,
            "stop": 971516729
        },
        {
            "start": 971516732,
            "stop": 971516774
        },
        {
            "start": 971516777,
            "stop": 971516877
        },
        {
            "start": 971516880,
            "stop": 971517013
        },
        {
            "start": 971517016,
            "stop": 971517038
        },
        {
            "start": 971517041,
            "stop": 971517086
        },
        {
            "start": 971517089,
            "stop": 971517410
        },
        {
            "start": 971517413,
            "stop": 971517457
        },
        {
            "start": 971517460,
            "stop": 971517617
        },
        {
            "start": 971517620,
            "stop": 971517626
        },
        {
            "start": 971517629,
            "stop": 971517725
        },
        {
            "start": 971517728,
            "stop": 971517763
        },
        {
            "start": 971517766,
            "stop": 971518032
        },
        {
            "start": 971518037,
            "stop": 971518081
        },
        {
            "start": 971518084,
            "stop": 971518085
        },
        {
            "start": 971518088,
            "stop": 971518125
        },
        {
            "start": 971518128,
            "stop": 971518323
        },
        {
            "start": 971518326,
            "stop": 971518897
        }
    ]
}