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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=148",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=146",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 147,
    "results": [
        {
            "start": 841255969,
            "stop": 841255982
        },
        {
            "start": 841256851,
            "stop": 841256961
        },
        {
            "start": 841257856,
            "stop": 841257864
        },
        {
            "start": 841260200,
            "stop": 841260264
        },
        {
            "start": 841261005,
            "stop": 841261258
        },
        {
            "start": 841262663,
            "stop": 841266197
        },
        {
            "start": 841266352,
            "stop": 841266789
        },
        {
            "start": 841267661,
            "stop": 841277770
        },
        {
            "start": 841277924,
            "stop": 841278362
        },
        {
            "start": 841278446,
            "stop": 841278715
        },
        {
            "start": 841278773,
            "stop": 841282366
        },
        {
            "start": 841282491,
            "stop": 841282549
        },
        {
            "start": 841282616,
            "stop": 841288956
        },
        {
            "start": 841289009,
            "stop": 841291321
        },
        {
            "start": 841291459,
            "stop": 841296222
        },
        {
            "start": 841300396,
            "stop": 841304615
        },
        {
            "start": 841305349,
            "stop": 841316099
        },
        {
            "start": 841317134,
            "stop": 841322036
        },
        {
            "start": 841322422,
            "stop": 841325045
        },
        {
            "start": 841325581,
            "stop": 841344710
        }
    ]
}