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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=330",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=328",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 329,
    "results": [
        {
            "start": 1260354621,
            "stop": 1260354947
        },
        {
            "start": 1260354950,
            "stop": 1260354958
        },
        {
            "start": 1260354961,
            "stop": 1260355065
        },
        {
            "start": 1260355068,
            "stop": 1260355072
        },
        {
            "start": 1260355075,
            "stop": 1260355198
        },
        {
            "start": 1260355201,
            "stop": 1260355212
        },
        {
            "start": 1260355215,
            "stop": 1260355412
        },
        {
            "start": 1260355415,
            "stop": 1260355806
        },
        {
            "start": 1260355809,
            "stop": 1260356220
        },
        {
            "start": 1260356223,
            "stop": 1260356683
        },
        {
            "start": 1260356686,
            "stop": 1260357144
        },
        {
            "start": 1260357147,
            "stop": 1260357625
        },
        {
            "start": 1260357628,
            "stop": 1260357684
        },
        {
            "start": 1260357687,
            "stop": 1260358087
        },
        {
            "start": 1260358090,
            "stop": 1260358375
        },
        {
            "start": 1260358378,
            "stop": 1260358543
        },
        {
            "start": 1260358546,
            "stop": 1260358781
        },
        {
            "start": 1260358784,
            "stop": 1260359045
        },
        {
            "start": 1260359048,
            "stop": 1260359229
        },
        {
            "start": 1260359232,
            "stop": 1260359500
        }
    ]
}