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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1271",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1269",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1270,
    "results": [
        {
            "start": 957952850,
            "stop": 957953155
        },
        {
            "start": 957953157,
            "stop": 957953452
        },
        {
            "start": 957953454,
            "stop": 957954008
        },
        {
            "start": 957954010,
            "stop": 957954507
        },
        {
            "start": 957954509,
            "stop": 957955903
        },
        {
            "start": 957955905,
            "stop": 957956932
        },
        {
            "start": 957956934,
            "stop": 957957099
        },
        {
            "start": 957957101,
            "stop": 957957350
        },
        {
            "start": 957957352,
            "stop": 957957949
        },
        {
            "start": 957957951,
            "stop": 957958224
        },
        {
            "start": 957958230,
            "stop": 957958429
        },
        {
            "start": 957962069,
            "stop": 957963181
        },
        {
            "start": 957963183,
            "stop": 957963649
        },
        {
            "start": 957963651,
            "stop": 957964619
        },
        {
            "start": 957964621,
            "stop": 957964643
        },
        {
            "start": 957966332,
            "stop": 957969325
        },
        {
            "start": 957970025,
            "stop": 957990200
        },
        {
            "start": 957991121,
            "stop": 957994557
        },
        {
            "start": 957994558,
            "stop": 957995670
        },
        {
            "start": 958010627,
            "stop": 958022795
        }
    ]
}