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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46713",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46711",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46712,
    "results": [
        {
            "start": 875057962,
            "stop": 875058039
        },
        {
            "start": 875058040,
            "stop": 875058089
        },
        {
            "start": 875058090,
            "stop": 875058092
        },
        {
            "start": 875058093,
            "stop": 875058094
        },
        {
            "start": 875058095,
            "stop": 875058123
        },
        {
            "start": 875058125,
            "stop": 875058141
        },
        {
            "start": 875058142,
            "stop": 875058284
        },
        {
            "start": 875058285,
            "stop": 875058297
        },
        {
            "start": 875058298,
            "stop": 875058376
        },
        {
            "start": 875058377,
            "stop": 875058455
        },
        {
            "start": 875058457,
            "stop": 875058497
        },
        {
            "start": 875058498,
            "stop": 875058500
        },
        {
            "start": 875058501,
            "stop": 875058509
        },
        {
            "start": 875058510,
            "stop": 875058591
        },
        {
            "start": 875058592,
            "stop": 875058601
        },
        {
            "start": 875058602,
            "stop": 875058672
        },
        {
            "start": 875058673,
            "stop": 875058700
        },
        {
            "start": 875058701,
            "stop": 875058711
        },
        {
            "start": 875058712,
            "stop": 875058838
        },
        {
            "start": 875058839,
            "stop": 875058851
        }
    ]
}