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=7477
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=7478",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7476",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7477,
    "results": [
        {
            "start": 970085607,
            "stop": 970085813
        },
        {
            "start": 970085816,
            "stop": 970085834
        },
        {
            "start": 970085837,
            "stop": 970085848
        },
        {
            "start": 970085851,
            "stop": 970085886
        },
        {
            "start": 970085889,
            "stop": 970087650
        },
        {
            "start": 970087653,
            "stop": 970087884
        },
        {
            "start": 970087885,
            "stop": 970088217
        },
        {
            "start": 970088224,
            "stop": 970088230
        },
        {
            "start": 970088233,
            "stop": 970088314
        },
        {
            "start": 970088324,
            "stop": 970088329
        },
        {
            "start": 970088335,
            "stop": 970088338
        },
        {
            "start": 970088374,
            "stop": 970088379
        },
        {
            "start": 970088395,
            "stop": 970088401
        },
        {
            "start": 970088407,
            "stop": 970088408
        },
        {
            "start": 970088414,
            "stop": 970088418
        },
        {
            "start": 970088424,
            "stop": 970088461
        },
        {
            "start": 970088464,
            "stop": 970088479
        },
        {
            "start": 970088482,
            "stop": 970089723
        },
        {
            "start": 970089729,
            "stop": 970089838
        },
        {
            "start": 970089844,
            "stop": 970090163
        }
    ]
}