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=1298
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=1299",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1297",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1298,
    "results": [
        {
            "start": 960346291,
            "stop": 960348267
        },
        {
            "start": 960349683,
            "stop": 960352589
        },
        {
            "start": 960421280,
            "stop": 960421286
        },
        {
            "start": 960421495,
            "stop": 960424783
        },
        {
            "start": 960424802,
            "stop": 960428026
        },
        {
            "start": 960428032,
            "stop": 960430625
        },
        {
            "start": 960430631,
            "stop": 960433315
        },
        {
            "start": 960520245,
            "stop": 960531583
        },
        {
            "start": 960533781,
            "stop": 960549606
        },
        {
            "start": 960549609,
            "stop": 960551076
        },
        {
            "start": 960556429,
            "stop": 960556626
        },
        {
            "start": 960556660,
            "stop": 960557191
        },
        {
            "start": 960627018,
            "stop": 960627771
        },
        {
            "start": 960628447,
            "stop": 960629174
        },
        {
            "start": 960630408,
            "stop": 960631972
        },
        {
            "start": 960632797,
            "stop": 960633403
        },
        {
            "start": 960634651,
            "stop": 960636072
        },
        {
            "start": 960638530,
            "stop": 960638965
        },
        {
            "start": 960707944,
            "stop": 960710359
        },
        {
            "start": 960711269,
            "stop": 960728718
        }
    ]
}