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=7562
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=7563",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7561",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7562,
    "results": [
        {
            "start": 970426168,
            "stop": 970426169
        },
        {
            "start": 970426172,
            "stop": 970426206
        },
        {
            "start": 970426212,
            "stop": 970426237
        },
        {
            "start": 970426240,
            "stop": 970426256
        },
        {
            "start": 970460478,
            "stop": 970460494
        },
        {
            "start": 970460497,
            "stop": 970460506
        },
        {
            "start": 970460509,
            "stop": 970460510
        },
        {
            "start": 970460521,
            "stop": 970460524
        },
        {
            "start": 970460527,
            "stop": 970460539
        },
        {
            "start": 970460542,
            "stop": 970460572
        },
        {
            "start": 970460575,
            "stop": 970460603
        },
        {
            "start": 970460606,
            "stop": 970460657
        },
        {
            "start": 970460660,
            "stop": 970460670
        },
        {
            "start": 970460673,
            "stop": 970460699
        },
        {
            "start": 970460702,
            "stop": 970460709
        },
        {
            "start": 970460726,
            "stop": 970460741
        },
        {
            "start": 970460744,
            "stop": 970460750
        },
        {
            "start": 970460753,
            "stop": 970460813
        },
        {
            "start": 970460816,
            "stop": 970460836
        },
        {
            "start": 970460839,
            "stop": 970460854
        }
    ]
}