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=1128
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=1129",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1127",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1128,
    "results": [
        {
            "start": 949881695,
            "stop": 949881821
        },
        {
            "start": 949882299,
            "stop": 949884342
        },
        {
            "start": 949884344,
            "stop": 949884401
        },
        {
            "start": 949885809,
            "stop": 949886319
        },
        {
            "start": 949886321,
            "stop": 949887716
        },
        {
            "start": 949890915,
            "stop": 949891213
        },
        {
            "start": 949891215,
            "stop": 949891234
        },
        {
            "start": 949891477,
            "stop": 949891949
        },
        {
            "start": 949891951,
            "stop": 949893250
        },
        {
            "start": 949893252,
            "stop": 949893521
        },
        {
            "start": 949894663,
            "stop": 949894709
        },
        {
            "start": 949894711,
            "stop": 949894714
        },
        {
            "start": 949894716,
            "stop": 949894994
        },
        {
            "start": 949894996,
            "stop": 949895284
        },
        {
            "start": 949895286,
            "stop": 949895479
        },
        {
            "start": 949895481,
            "stop": 949896112
        },
        {
            "start": 949896114,
            "stop": 949896729
        },
        {
            "start": 949896731,
            "stop": 949896829
        },
        {
            "start": 949896830,
            "stop": 949897126
        },
        {
            "start": 949901751,
            "stop": 949902070
        }
    ]
}