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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2089",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2087",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2088,
    "results": [
        {
            "start": 863761171,
            "stop": 863770507
        },
        {
            "start": 863772906,
            "stop": 863788855
        },
        {
            "start": 863788868,
            "stop": 863788892
        },
        {
            "start": 863788898,
            "stop": 863791620
        },
        {
            "start": 863791680,
            "stop": 863804905
        },
        {
            "start": 863804913,
            "stop": 863804917
        },
        {
            "start": 863804923,
            "stop": 863804930
        },
        {
            "start": 863804935,
            "stop": 863805585
        },
        {
            "start": 863805695,
            "stop": 863806323
        },
        {
            "start": 863806623,
            "stop": 863810241
        },
        {
            "start": 863810541,
            "stop": 863811152
        },
        {
            "start": 863811158,
            "stop": 863811480
        },
        {
            "start": 863811485,
            "stop": 863812682
        },
        {
            "start": 863812688,
            "stop": 863826442
        },
        {
            "start": 863826448,
            "stop": 863826457
        },
        {
            "start": 863826465,
            "stop": 863828755
        },
        {
            "start": 863828760,
            "stop": 863828784
        },
        {
            "start": 863828785,
            "stop": 863830456
        },
        {
            "start": 863830756,
            "stop": 863830785
        },
        {
            "start": 863830787,
            "stop": 863830870
        }
    ]
}