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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=608",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=606",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 607,
    "results": [
        {
            "start": 1262933707,
            "stop": 1262933782
        },
        {
            "start": 1262933785,
            "stop": 1262933949
        },
        {
            "start": 1262933952,
            "stop": 1262933997
        },
        {
            "start": 1262934000,
            "stop": 1262934105
        },
        {
            "start": 1262934108,
            "stop": 1262934115
        },
        {
            "start": 1262934118,
            "stop": 1262934178
        },
        {
            "start": 1262934181,
            "stop": 1262934194
        },
        {
            "start": 1262934197,
            "stop": 1262934223
        },
        {
            "start": 1262934226,
            "stop": 1262934229
        },
        {
            "start": 1262934232,
            "stop": 1262934239
        },
        {
            "start": 1262934242,
            "stop": 1262934314
        },
        {
            "start": 1262934317,
            "stop": 1262934506
        },
        {
            "start": 1262934509,
            "stop": 1262934653
        },
        {
            "start": 1262934656,
            "stop": 1262934692
        },
        {
            "start": 1262934695,
            "stop": 1262934727
        },
        {
            "start": 1262934730,
            "stop": 1262934745
        },
        {
            "start": 1262934748,
            "stop": 1262934767
        },
        {
            "start": 1262934770,
            "stop": 1262934962
        },
        {
            "start": 1262934965,
            "stop": 1262934982
        },
        {
            "start": 1262934985,
            "stop": 1262935084
        }
    ]
}