Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=113
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=114",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=112",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 113,
    "results": [
        {
            "start": 1413370642,
            "stop": 1413371126
        },
        {
            "start": 1413371131,
            "stop": 1413371179
        },
        {
            "start": 1413371184,
            "stop": 1413375589
        },
        {
            "start": 1413389185,
            "stop": 1413393291
        },
        {
            "start": 1413394002,
            "stop": 1413394166
        },
        {
            "start": 1413394171,
            "stop": 1413398114
        },
        {
            "start": 1413404521,
            "stop": 1413404587
        },
        {
            "start": 1413404592,
            "stop": 1413406020
        },
        {
            "start": 1413406024,
            "stop": 1413407231
        },
        {
            "start": 1413407236,
            "stop": 1413414026
        },
        {
            "start": 1413414029,
            "stop": 1413423163
        },
        {
            "start": 1413427665,
            "stop": 1413428564
        },
        {
            "start": 1413428569,
            "stop": 1413437646
        },
        {
            "start": 1413437651,
            "stop": 1413440987
        },
        {
            "start": 1413440991,
            "stop": 1413441474
        },
        {
            "start": 1413452828,
            "stop": 1413460749
        },
        {
            "start": 1413460755,
            "stop": 1413464648
        },
        {
            "start": 1413464653,
            "stop": 1413465988
        },
        {
            "start": 1413465993,
            "stop": 1413466248
        },
        {
            "start": 1413466253,
            "stop": 1413470420
        }
    ]
}