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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=178",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=176",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 177,
    "results": [
        {
            "start": 932707581,
            "stop": 932707699
        },
        {
            "start": 932707701,
            "stop": 932707825
        },
        {
            "start": 932707827,
            "stop": 932708059
        },
        {
            "start": 932708061,
            "stop": 932708332
        },
        {
            "start": 932708334,
            "stop": 932709129
        },
        {
            "start": 932709249,
            "stop": 932709259
        },
        {
            "start": 932711212,
            "stop": 932711269
        },
        {
            "start": 932711272,
            "stop": 932711727
        },
        {
            "start": 932711746,
            "stop": 932712626
        },
        {
            "start": 932712628,
            "stop": 932713215
        },
        {
            "start": 932713575,
            "stop": 932713597
        },
        {
            "start": 932717212,
            "stop": 932717285
        },
        {
            "start": 932717289,
            "stop": 932717552
        },
        {
            "start": 932717571,
            "stop": 932717676
        },
        {
            "start": 932717681,
            "stop": 932718905
        },
        {
            "start": 932718907,
            "stop": 932720415
        },
        {
            "start": 932720775,
            "stop": 932722985
        },
        {
            "start": 932722988,
            "stop": 932723000
        },
        {
            "start": 932723003,
            "stop": 932723015
        },
        {
            "start": 932723018,
            "stop": 932723030
        }
    ]
}