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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3722",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3720",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3721,
    "results": [
        {
            "start": 872641276,
            "stop": 872641280
        },
        {
            "start": 872641283,
            "stop": 872641294
        },
        {
            "start": 872641298,
            "stop": 872641637
        },
        {
            "start": 872641652,
            "stop": 872641660
        },
        {
            "start": 872641663,
            "stop": 872641696
        },
        {
            "start": 872641700,
            "stop": 872641716
        },
        {
            "start": 872641719,
            "stop": 872641720
        },
        {
            "start": 872641723,
            "stop": 872641728
        },
        {
            "start": 872641732,
            "stop": 872641782
        },
        {
            "start": 872641790,
            "stop": 872641806
        },
        {
            "start": 872641809,
            "stop": 872641825
        },
        {
            "start": 872641828,
            "stop": 872641903
        },
        {
            "start": 872641906,
            "stop": 872641907
        },
        {
            "start": 872641918,
            "stop": 872642091
        },
        {
            "start": 872642094,
            "stop": 872642161
        },
        {
            "start": 872642165,
            "stop": 872642320
        },
        {
            "start": 872642326,
            "stop": 872643173
        },
        {
            "start": 872644558,
            "stop": 872644559
        },
        {
            "start": 872644582,
            "stop": 872644583
        },
        {
            "start": 872644586,
            "stop": 872644587
        }
    ]
}