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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=491",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=489",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 490,
    "results": [
        {
            "start": 1264409012,
            "stop": 1264409061
        },
        {
            "start": 1264409064,
            "stop": 1264409089
        },
        {
            "start": 1264409090,
            "stop": 1264409096
        },
        {
            "start": 1264409101,
            "stop": 1264409118
        },
        {
            "start": 1264409119,
            "stop": 1264409194
        },
        {
            "start": 1264409195,
            "stop": 1264409197
        },
        {
            "start": 1264409198,
            "stop": 1264409288
        },
        {
            "start": 1264409290,
            "stop": 1264409516
        },
        {
            "start": 1264409519,
            "stop": 1264409601
        },
        {
            "start": 1264409604,
            "stop": 1264409609
        },
        {
            "start": 1264409611,
            "stop": 1264409644
        },
        {
            "start": 1264409647,
            "stop": 1264409658
        },
        {
            "start": 1264409660,
            "stop": 1264409695
        },
        {
            "start": 1264409696,
            "stop": 1264409706
        },
        {
            "start": 1264409707,
            "stop": 1264409882
        },
        {
            "start": 1264409884,
            "stop": 1264409929
        },
        {
            "start": 1264409934,
            "stop": 1264410021
        },
        {
            "start": 1264410023,
            "stop": 1264410226
        },
        {
            "start": 1264410228,
            "stop": 1264410277
        },
        {
            "start": 1264410280,
            "stop": 1264410292
        }
    ]
}