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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33245",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33243",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33244,
    "results": [
        {
            "start": 970984740,
            "stop": 970984785
        },
        {
            "start": 970984786,
            "stop": 970984794
        },
        {
            "start": 970984795,
            "stop": 970984813
        },
        {
            "start": 970984816,
            "stop": 970984847
        },
        {
            "start": 970984848,
            "stop": 970984889
        },
        {
            "start": 970984892,
            "stop": 970984904
        },
        {
            "start": 970984906,
            "stop": 970984927
        },
        {
            "start": 970984930,
            "stop": 970984980
        },
        {
            "start": 970984981,
            "stop": 970984998
        },
        {
            "start": 970984999,
            "stop": 970985035
        },
        {
            "start": 970985038,
            "stop": 970985049
        },
        {
            "start": 970985050,
            "stop": 970985089
        },
        {
            "start": 970985090,
            "stop": 970985101
        },
        {
            "start": 970985104,
            "stop": 970985140
        },
        {
            "start": 970985141,
            "stop": 970985165
        },
        {
            "start": 970985168,
            "stop": 970985186
        },
        {
            "start": 970985187,
            "stop": 970985209
        },
        {
            "start": 970985212,
            "stop": 970985218
        },
        {
            "start": 970985221,
            "stop": 970985247
        },
        {
            "start": 970985248,
            "stop": 970985283
        }
    ]
}