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=7554
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=7555",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7553",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7554,
    "results": [
        {
            "start": 970416724,
            "stop": 970416741
        },
        {
            "start": 970416781,
            "stop": 970416859
        },
        {
            "start": 970416862,
            "stop": 970416864
        },
        {
            "start": 970416867,
            "stop": 970416883
        },
        {
            "start": 970416886,
            "stop": 970416892
        },
        {
            "start": 970416896,
            "stop": 970416901
        },
        {
            "start": 970417163,
            "stop": 970417168
        },
        {
            "start": 970417175,
            "stop": 970417181
        },
        {
            "start": 970417261,
            "stop": 970417264
        },
        {
            "start": 970417267,
            "stop": 970417280
        },
        {
            "start": 970417283,
            "stop": 970417328
        },
        {
            "start": 970417331,
            "stop": 970417345
        },
        {
            "start": 970417349,
            "stop": 970417359
        },
        {
            "start": 970417380,
            "stop": 970417389
        },
        {
            "start": 970417392,
            "stop": 970417410
        },
        {
            "start": 970417413,
            "stop": 970417444
        },
        {
            "start": 970419465,
            "stop": 970419480
        },
        {
            "start": 970419484,
            "stop": 970419511
        },
        {
            "start": 970419514,
            "stop": 970419554
        },
        {
            "start": 970419557,
            "stop": 970419625
        }
    ]
}