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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=219",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=217",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 218,
    "results": [
        {
            "start": 846950054,
            "stop": 846950167
        },
        {
            "start": 846950225,
            "stop": 846950731
        },
        {
            "start": 846950735,
            "stop": 846950740
        },
        {
            "start": 846950775,
            "stop": 846950785
        },
        {
            "start": 846950794,
            "stop": 846950800
        },
        {
            "start": 846950808,
            "stop": 846950810
        },
        {
            "start": 846950814,
            "stop": 846950910
        },
        {
            "start": 846950914,
            "stop": 846950923
        },
        {
            "start": 846950926,
            "stop": 846951001
        },
        {
            "start": 846951004,
            "stop": 846951010
        },
        {
            "start": 846951014,
            "stop": 846951020
        },
        {
            "start": 846951028,
            "stop": 846951034
        },
        {
            "start": 846951038,
            "stop": 846951049
        },
        {
            "start": 846951052,
            "stop": 846951077
        },
        {
            "start": 846951081,
            "stop": 846951101
        },
        {
            "start": 846951109,
            "stop": 846951120
        },
        {
            "start": 846951157,
            "stop": 846951163
        },
        {
            "start": 846951171,
            "stop": 846951177
        },
        {
            "start": 846951186,
            "stop": 846951205
        },
        {
            "start": 846951213,
            "stop": 846951224
        }
    ]
}