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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=263",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=261",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 262,
    "results": [
        {
            "start": 817981699,
            "stop": 817981740
        },
        {
            "start": 817981800,
            "stop": 817981871
        },
        {
            "start": 817981904,
            "stop": 817982055
        },
        {
            "start": 817982072,
            "stop": 817982104
        },
        {
            "start": 817982134,
            "stop": 817982163
        },
        {
            "start": 817982182,
            "stop": 817982191
        },
        {
            "start": 817982211,
            "stop": 817982225
        },
        {
            "start": 817982259,
            "stop": 817982264
        },
        {
            "start": 817982283,
            "stop": 817982646
        },
        {
            "start": 817982666,
            "stop": 817982771
        },
        {
            "start": 817982819,
            "stop": 817982857
        },
        {
            "start": 817982933,
            "stop": 817983153
        },
        {
            "start": 817983185,
            "stop": 817983186
        },
        {
            "start": 817983207,
            "stop": 817983246
        },
        {
            "start": 817983265,
            "stop": 817983277
        },
        {
            "start": 817983296,
            "stop": 817983546
        },
        {
            "start": 817983567,
            "stop": 817983590
        },
        {
            "start": 817983609,
            "stop": 817983827
        },
        {
            "start": 817983847,
            "stop": 817983948
        },
        {
            "start": 817983968,
            "stop": 817984074
        }
    ]
}