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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=93",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=91",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 92,
    "results": [
        {
            "start": 1411471643,
            "stop": 1411472215
        },
        {
            "start": 1411472220,
            "stop": 1411472581
        },
        {
            "start": 1411472586,
            "stop": 1411472849
        },
        {
            "start": 1411478533,
            "stop": 1411482026
        },
        {
            "start": 1411482031,
            "stop": 1411483645
        },
        {
            "start": 1411483650,
            "stop": 1411485317
        },
        {
            "start": 1411489722,
            "stop": 1411494253
        },
        {
            "start": 1411494258,
            "stop": 1411494424
        },
        {
            "start": 1411494429,
            "stop": 1411495176
        },
        {
            "start": 1411500640,
            "stop": 1411502767
        },
        {
            "start": 1411502772,
            "stop": 1411503356
        },
        {
            "start": 1411503360,
            "stop": 1411503929
        },
        {
            "start": 1411505483,
            "stop": 1411505489
        },
        {
            "start": 1411532188,
            "stop": 1411532566
        },
        {
            "start": 1411537335,
            "stop": 1411539378
        },
        {
            "start": 1411539398,
            "stop": 1411553634
        },
        {
            "start": 1411553712,
            "stop": 1411558649
        },
        {
            "start": 1411558654,
            "stop": 1411560316
        },
        {
            "start": 1411560321,
            "stop": 1411568185
        },
        {
            "start": 1411574772,
            "stop": 1411578536
        }
    ]
}