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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5054",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5052",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5053,
    "results": [
        {
            "start": 874602888,
            "stop": 874602972
        },
        {
            "start": 874602979,
            "stop": 874603041
        },
        {
            "start": 874603048,
            "stop": 874603086
        },
        {
            "start": 874603093,
            "stop": 874603097
        },
        {
            "start": 874603104,
            "stop": 874603155
        },
        {
            "start": 874603162,
            "stop": 874603181
        },
        {
            "start": 874603188,
            "stop": 874603229
        },
        {
            "start": 874603241,
            "stop": 874603293
        },
        {
            "start": 874603311,
            "stop": 874603337
        },
        {
            "start": 874603350,
            "stop": 874603351
        },
        {
            "start": 874603360,
            "stop": 874603409
        },
        {
            "start": 874603416,
            "stop": 874603424
        },
        {
            "start": 874603434,
            "stop": 874603455
        },
        {
            "start": 874603469,
            "stop": 874603485
        },
        {
            "start": 874603494,
            "stop": 874603530
        },
        {
            "start": 874603537,
            "stop": 874603617
        },
        {
            "start": 874603624,
            "stop": 874603651
        },
        {
            "start": 874603659,
            "stop": 874603664
        },
        {
            "start": 874603671,
            "stop": 874603725
        },
        {
            "start": 874603732,
            "stop": 874603738
        }
    ]
}