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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=87",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=85",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 86,
    "results": [
        {
            "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
        },
        {
            "start": 1174031786,
            "stop": 1174032742
        },
        {
            "start": 1174032749,
            "stop": 1174034295
        },
        {
            "start": 1174034296,
            "stop": 1174035607
        },
        {
            "start": 1174035611,
            "stop": 1174045746
        },
        {
            "start": 1174045747,
            "stop": 1174054842
        },
        {
            "start": 1174054843,
            "stop": 1174061519
        },
        {
            "start": 1174061521,
            "stop": 1174061527
        },
        {
            "start": 1174061528,
            "stop": 1174061535
        },
        {
            "start": 1174061536,
            "stop": 1174061835
        }
    ]
}