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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=174",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=172",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 173,
    "results": [
        {
            "start": 1261291407,
            "stop": 1261291908
        },
        {
            "start": 1261291911,
            "stop": 1261292754
        },
        {
            "start": 1261292757,
            "stop": 1261296469
        },
        {
            "start": 1261296474,
            "stop": 1261299710
        },
        {
            "start": 1261299714,
            "stop": 1261301232
        },
        {
            "start": 1261301236,
            "stop": 1261301488
        },
        {
            "start": 1261301491,
            "stop": 1261301712
        },
        {
            "start": 1261301716,
            "stop": 1261302394
        },
        {
            "start": 1261302399,
            "stop": 1261302598
        },
        {
            "start": 1261302602,
            "stop": 1261305063
        },
        {
            "start": 1261305066,
            "stop": 1261305155
        },
        {
            "start": 1261305159,
            "stop": 1261306841
        },
        {
            "start": 1261306845,
            "stop": 1261311296
        },
        {
            "start": 1261311298,
            "stop": 1261314259
        },
        {
            "start": 1261314263,
            "stop": 1261314966
        },
        {
            "start": 1261314969,
            "stop": 1261315112
        },
        {
            "start": 1261315115,
            "stop": 1261315707
        },
        {
            "start": 1261315710,
            "stop": 1261318068
        },
        {
            "start": 1261318071,
            "stop": 1261318272
        },
        {
            "start": 1261318275,
            "stop": 1261318304
        }
    ]
}