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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6144",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6142",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6143,
    "results": [
        {
            "start": 874283321,
            "stop": 874286287
        },
        {
            "start": 874286290,
            "stop": 874286301
        },
        {
            "start": 874286304,
            "stop": 874286431
        },
        {
            "start": 874286434,
            "stop": 874286774
        },
        {
            "start": 874286777,
            "stop": 874286949
        },
        {
            "start": 874286952,
            "stop": 874286961
        },
        {
            "start": 874286963,
            "stop": 874287916
        },
        {
            "start": 874287919,
            "stop": 874288937
        },
        {
            "start": 874288940,
            "stop": 874289182
        },
        {
            "start": 874289186,
            "stop": 874289938
        },
        {
            "start": 874289941,
            "stop": 874290004
        },
        {
            "start": 874290008,
            "stop": 874290020
        },
        {
            "start": 874290023,
            "stop": 874290038
        },
        {
            "start": 874290041,
            "stop": 874290081
        },
        {
            "start": 874290084,
            "stop": 874290122
        },
        {
            "start": 874290126,
            "stop": 874290138
        },
        {
            "start": 874290141,
            "stop": 874290189
        },
        {
            "start": 874290192,
            "stop": 874290244
        },
        {
            "start": 874290247,
            "stop": 874290263
        },
        {
            "start": 874290269,
            "stop": 874290298
        }
    ]
}