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=506
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=507",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=505",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 506,
    "results": [
        {
            "start": 1262497988,
            "stop": 1262498039
        },
        {
            "start": 1262498042,
            "stop": 1262498067
        },
        {
            "start": 1262498070,
            "stop": 1262498112
        },
        {
            "start": 1262498113,
            "stop": 1262498265
        },
        {
            "start": 1262498268,
            "stop": 1262498278
        },
        {
            "start": 1262498281,
            "stop": 1262498288
        },
        {
            "start": 1262498291,
            "stop": 1262498295
        },
        {
            "start": 1262498298,
            "stop": 1262498340
        },
        {
            "start": 1262498343,
            "stop": 1262498366
        },
        {
            "start": 1262498369,
            "stop": 1262498483
        },
        {
            "start": 1262498486,
            "stop": 1262498623
        },
        {
            "start": 1262498626,
            "stop": 1262498858
        },
        {
            "start": 1262498861,
            "stop": 1262498914
        },
        {
            "start": 1262498917,
            "stop": 1262499509
        },
        {
            "start": 1262499512,
            "stop": 1262499543
        },
        {
            "start": 1262499549,
            "stop": 1262499740
        },
        {
            "start": 1262499743,
            "stop": 1262499769
        },
        {
            "start": 1262499772,
            "stop": 1262499831
        },
        {
            "start": 1262499834,
            "stop": 1262499883
        },
        {
            "start": 1262499884,
            "stop": 1262499996
        }
    ]
}