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=218
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=219",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=217",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 218,
    "results": [
        {
            "start": 1259257859,
            "stop": 1259257926
        },
        {
            "start": 1259257929,
            "stop": 1259257985
        },
        {
            "start": 1259257988,
            "stop": 1259257989
        },
        {
            "start": 1259257995,
            "stop": 1259258056
        },
        {
            "start": 1259258057,
            "stop": 1259258121
        },
        {
            "start": 1259258126,
            "stop": 1259258128
        },
        {
            "start": 1259258131,
            "stop": 1259258133
        },
        {
            "start": 1259258136,
            "stop": 1259258145
        },
        {
            "start": 1259258154,
            "stop": 1259258163
        },
        {
            "start": 1259258166,
            "stop": 1259258221
        },
        {
            "start": 1259258224,
            "stop": 1259258266
        },
        {
            "start": 1259258269,
            "stop": 1259258273
        },
        {
            "start": 1259258276,
            "stop": 1259258355
        },
        {
            "start": 1259258358,
            "stop": 1259258373
        },
        {
            "start": 1259258376,
            "stop": 1259258465
        },
        {
            "start": 1259258468,
            "stop": 1259258471
        },
        {
            "start": 1259258474,
            "stop": 1259258478
        },
        {
            "start": 1259258480,
            "stop": 1259258548
        },
        {
            "start": 1259258551,
            "stop": 1259258552
        },
        {
            "start": 1259258555,
            "stop": 1259258582
        }
    ]
}