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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9921",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9919",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9920,
    "results": [
        {
            "start": 870914559,
            "stop": 870914580
        },
        {
            "start": 870914644,
            "stop": 870914736
        },
        {
            "start": 870914751,
            "stop": 870914767
        },
        {
            "start": 870914775,
            "stop": 870914810
        },
        {
            "start": 870914817,
            "stop": 870914820
        },
        {
            "start": 870914880,
            "stop": 870914910
        },
        {
            "start": 870914968,
            "stop": 870915013
        },
        {
            "start": 870915022,
            "stop": 870915037
        },
        {
            "start": 870915052,
            "stop": 870915068
        },
        {
            "start": 870915090,
            "stop": 870915097
        },
        {
            "start": 870915105,
            "stop": 870915120
        },
        {
            "start": 870915180,
            "stop": 870915293
        },
        {
            "start": 870915360,
            "stop": 870915370
        },
        {
            "start": 870915378,
            "stop": 870915379
        },
        {
            "start": 870915387,
            "stop": 870915423
        },
        {
            "start": 870915438,
            "stop": 870915470
        },
        {
            "start": 870915478,
            "stop": 870915483
        },
        {
            "start": 870915491,
            "stop": 870915523
        },
        {
            "start": 870915539,
            "stop": 870915547
        },
        {
            "start": 870915562,
            "stop": 870915612
        }
    ]
}