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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=197",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=195",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 196,
    "results": [
        {
            "start": 932635392,
            "stop": 932635493
        },
        {
            "start": 932637975,
            "stop": 932638811
        },
        {
            "start": 932638813,
            "stop": 932640313
        },
        {
            "start": 932640316,
            "stop": 932641215
        },
        {
            "start": 932641575,
            "stop": 932641748
        },
        {
            "start": 932648123,
            "stop": 932648415
        },
        {
            "start": 932648775,
            "stop": 932649458
        },
        {
            "start": 932649460,
            "stop": 932649987
        },
        {
            "start": 932649990,
            "stop": 932650107
        },
        {
            "start": 932650109,
            "stop": 932652015
        },
        {
            "start": 932652375,
            "stop": 932653650
        },
        {
            "start": 932653652,
            "stop": 932654593
        },
        {
            "start": 932654596,
            "stop": 932655615
        },
        {
            "start": 932655975,
            "stop": 932657924
        },
        {
            "start": 932657926,
            "stop": 932658392
        },
        {
            "start": 932658394,
            "stop": 932658488
        },
        {
            "start": 932663175,
            "stop": 932664842
        },
        {
            "start": 932666899,
            "stop": 932667914
        },
        {
            "start": 932667916,
            "stop": 932667989
        },
        {
            "start": 932667992,
            "stop": 932668608
        }
    ]
}