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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_CBC_CAT2/segments?format=api&page=31",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_CBC_CAT2/segments?format=api&page=29",
    "results_count": 956,
    "results_per_page": 20,
    "num_pages": 48,
    "page_number": 30,
    "results": [
        {
            "start": 1412663806,
            "stop": 1412692518
        },
        {
            "start": 1412692758,
            "stop": 1412698928
        },
        {
            "start": 1412705599,
            "stop": 1412712877
        },
        {
            "start": 1412716237,
            "stop": 1412768838
        },
        {
            "start": 1412768915,
            "stop": 1412769641
        },
        {
            "start": 1412770667,
            "stop": 1412778558
        },
        {
            "start": 1412778798,
            "stop": 1412790752
        },
        {
            "start": 1412825228,
            "stop": 1412828652
        },
        {
            "start": 1412832422,
            "stop": 1412863584
        },
        {
            "start": 1412875071,
            "stop": 1412882343
        },
        {
            "start": 1412890048,
            "stop": 1412898842
        },
        {
            "start": 1412902158,
            "stop": 1412933489
        },
        {
            "start": 1412938395,
            "stop": 1412945861
        },
        {
            "start": 1412955988,
            "stop": 1412961790
        },
        {
            "start": 1412974674,
            "stop": 1412983783
        },
        {
            "start": 1412987059,
            "stop": 1413032510
        },
        {
            "start": 1413069300,
            "stop": 1413072552
        },
        {
            "start": 1413136037,
            "stop": 1413137119
        },
        {
            "start": 1413161999,
            "stop": 1413164537
        },
        {
            "start": 1413168462,
            "stop": 1413181778
        }
    ]
}