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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5343",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5341",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5342,
    "results": [
        {
            "start": 1136603008,
            "stop": 1136603034
        },
        {
            "start": 1136603038,
            "stop": 1136603039
        },
        {
            "start": 1136603041,
            "stop": 1136603074
        },
        {
            "start": 1136603076,
            "stop": 1136603077
        },
        {
            "start": 1136603079,
            "stop": 1136603088
        },
        {
            "start": 1136603090,
            "stop": 1136603091
        },
        {
            "start": 1136603093,
            "stop": 1136603111
        },
        {
            "start": 1136603113,
            "stop": 1136603124
        },
        {
            "start": 1136603126,
            "stop": 1136603154
        },
        {
            "start": 1136603156,
            "stop": 1136603164
        },
        {
            "start": 1136603166,
            "stop": 1136603170
        },
        {
            "start": 1136603172,
            "stop": 1136603216
        },
        {
            "start": 1136603218,
            "stop": 1136603239
        },
        {
            "start": 1136603241,
            "stop": 1136603267
        },
        {
            "start": 1136603269,
            "stop": 1136603274
        },
        {
            "start": 1136603276,
            "stop": 1136603284
        },
        {
            "start": 1136603286,
            "stop": 1136603297
        },
        {
            "start": 1136603299,
            "stop": 1136603334
        },
        {
            "start": 1136603336,
            "stop": 1136603371
        },
        {
            "start": 1136603375,
            "stop": 1136603407
        }
    ]
}