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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=55",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=53",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 54,
    "results": [
        {
            "start": 1174020486,
            "stop": 1174020495
        },
        {
            "start": 1174020509,
            "stop": 1174020535
        },
        {
            "start": 1174020544,
            "stop": 1174020545
        },
        {
            "start": 1174020548,
            "stop": 1174020549
        },
        {
            "start": 1174020550,
            "stop": 1174020604
        },
        {
            "start": 1174020605,
            "stop": 1174020645
        },
        {
            "start": 1174020650,
            "stop": 1174020673
        },
        {
            "start": 1174020682,
            "stop": 1174020792
        },
        {
            "start": 1174020794,
            "stop": 1174020795
        },
        {
            "start": 1174020797,
            "stop": 1174021452
        },
        {
            "start": 1174021456,
            "stop": 1174021554
        },
        {
            "start": 1174021562,
            "stop": 1174023203
        },
        {
            "start": 1174023210,
            "stop": 1174026633
        },
        {
            "start": 1174026648,
            "stop": 1174027934
        },
        {
            "start": 1174027937,
            "stop": 1174029241
        },
        {
            "start": 1174029245,
            "stop": 1174029249
        },
        {
            "start": 1174029253,
            "stop": 1174029254
        },
        {
            "start": 1174029259,
            "stop": 1174031767
        },
        {
            "start": 1174031769,
            "stop": 1174031772
        },
        {
            "start": 1174031774,
            "stop": 1174031785
        }
    ]
}