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=213
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=214",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=212",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 213,
    "results": [
        {
            "start": 1259254056,
            "stop": 1259254062
        },
        {
            "start": 1259254065,
            "stop": 1259254122
        },
        {
            "start": 1259254125,
            "stop": 1259254128
        },
        {
            "start": 1259254131,
            "stop": 1259254194
        },
        {
            "start": 1259254197,
            "stop": 1259254216
        },
        {
            "start": 1259254219,
            "stop": 1259254228
        },
        {
            "start": 1259254234,
            "stop": 1259254312
        },
        {
            "start": 1259254315,
            "stop": 1259254347
        },
        {
            "start": 1259254353,
            "stop": 1259254356
        },
        {
            "start": 1259254359,
            "stop": 1259254360
        },
        {
            "start": 1259254362,
            "stop": 1259254406
        },
        {
            "start": 1259254409,
            "stop": 1259254410
        },
        {
            "start": 1259254413,
            "stop": 1259254416
        },
        {
            "start": 1259254419,
            "stop": 1259254420
        },
        {
            "start": 1259254423,
            "stop": 1259254434
        },
        {
            "start": 1259254440,
            "stop": 1259254491
        },
        {
            "start": 1259254494,
            "stop": 1259254513
        },
        {
            "start": 1259254525,
            "stop": 1259254598
        },
        {
            "start": 1259254604,
            "stop": 1259254607
        },
        {
            "start": 1259254613,
            "stop": 1259254725
        }
    ]
}