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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7547",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7545",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7546,
    "results": [
        {
            "start": 970426087,
            "stop": 970426106
        },
        {
            "start": 970426109,
            "stop": 970426112
        },
        {
            "start": 970426115,
            "stop": 970426135
        },
        {
            "start": 970426138,
            "stop": 970426140
        },
        {
            "start": 970426143,
            "stop": 970426165
        },
        {
            "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
        }
    ]
}