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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9800",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9798",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9799,
    "results": [
        {
            "start": 873386760,
            "stop": 873387180
        },
        {
            "start": 873387240,
            "stop": 873388070
        },
        {
            "start": 873388190,
            "stop": 873388375
        },
        {
            "start": 873388392,
            "stop": 873388440
        },
        {
            "start": 873388500,
            "stop": 873388720
        },
        {
            "start": 873388840,
            "stop": 873389100
        },
        {
            "start": 873389220,
            "stop": 873389607
        },
        {
            "start": 873389624,
            "stop": 873390060
        },
        {
            "start": 873390120,
            "stop": 873390137
        },
        {
            "start": 873390154,
            "stop": 873390246
        },
        {
            "start": 873390263,
            "stop": 873390723
        },
        {
            "start": 873390843,
            "stop": 873391260
        },
        {
            "start": 873391320,
            "stop": 873392478
        },
        {
            "start": 873392495,
            "stop": 873392580
        },
        {
            "start": 873392640,
            "stop": 873392880
        },
        {
            "start": 873392940,
            "stop": 873393000
        },
        {
            "start": 873393017,
            "stop": 873393540
        },
        {
            "start": 873393600,
            "stop": 873393780
        },
        {
            "start": 873393900,
            "stop": 873393977
        },
        {
            "start": 873393998,
            "stop": 873394380
        }
    ]
}