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/O4b/timelines/V1_CBC_CAT1/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/O4b/timelines/V1_CBC_CAT1/segments?format=api&page=214",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT1/segments?format=api&page=212",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 213,
    "results": [
        {
            "start": 1420986803,
            "stop": 1420986894
        },
        {
            "start": 1420986896,
            "stop": 1420986929
        },
        {
            "start": 1420986931,
            "stop": 1420987423
        },
        {
            "start": 1420987782,
            "stop": 1420988318
        },
        {
            "start": 1420988319,
            "stop": 1420988331
        },
        {
            "start": 1420988335,
            "stop": 1420988523
        },
        {
            "start": 1420988528,
            "stop": 1420990548
        },
        {
            "start": 1421004069,
            "stop": 1421011425
        },
        {
            "start": 1421011435,
            "stop": 1421012704
        },
        {
            "start": 1421012706,
            "stop": 1421012710
        },
        {
            "start": 1421012712,
            "stop": 1421012713
        },
        {
            "start": 1421012714,
            "stop": 1421013018
        },
        {
            "start": 1421013019,
            "stop": 1421014175
        },
        {
            "start": 1421014177,
            "stop": 1421014193
        },
        {
            "start": 1421014197,
            "stop": 1421014529
        },
        {
            "start": 1421014530,
            "stop": 1421014657
        },
        {
            "start": 1421014661,
            "stop": 1421014665
        },
        {
            "start": 1421014673,
            "stop": 1421014696
        },
        {
            "start": 1421014697,
            "stop": 1421014702
        },
        {
            "start": 1421014703,
            "stop": 1421015161
        }
    ]
}