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=7568
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=7569",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7567",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7568,
    "results": [
        {
            "start": 970468534,
            "stop": 970468547
        },
        {
            "start": 970468550,
            "stop": 970468603
        },
        {
            "start": 970468606,
            "stop": 970468611
        },
        {
            "start": 970468614,
            "stop": 970468711
        },
        {
            "start": 970468714,
            "stop": 970468737
        },
        {
            "start": 970468740,
            "stop": 970468776
        },
        {
            "start": 970468781,
            "stop": 970468805
        },
        {
            "start": 970468808,
            "stop": 970468888
        },
        {
            "start": 970468891,
            "stop": 970468896
        },
        {
            "start": 970468899,
            "stop": 970468900
        },
        {
            "start": 970468903,
            "stop": 970468974
        },
        {
            "start": 970468978,
            "stop": 970469054
        },
        {
            "start": 970469071,
            "stop": 970469080
        },
        {
            "start": 970469086,
            "stop": 970469089
        },
        {
            "start": 970469092,
            "stop": 970469099
        },
        {
            "start": 970469102,
            "stop": 970469119
        },
        {
            "start": 970469122,
            "stop": 970469148
        },
        {
            "start": 970469152,
            "stop": 970469177
        },
        {
            "start": 970469180,
            "stop": 970469184
        },
        {
            "start": 970469187,
            "stop": 970469195
        }
    ]
}