Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=238
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=239",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=237",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 238,
    "results": [
        {
            "start": 864260166,
            "stop": 864266739
        },
        {
            "start": 864268464,
            "stop": 864270773
        },
        {
            "start": 864275727,
            "stop": 864280504
        },
        {
            "start": 864281832,
            "stop": 864305729
        },
        {
            "start": 864306878,
            "stop": 864314440
        },
        {
            "start": 864315372,
            "stop": 864325487
        },
        {
            "start": 864326860,
            "stop": 864328162
        },
        {
            "start": 864328993,
            "stop": 864339177
        },
        {
            "start": 864339832,
            "stop": 864340104
        },
        {
            "start": 864355552,
            "stop": 864415691
        },
        {
            "start": 864415759,
            "stop": 864416192
        },
        {
            "start": 864417729,
            "stop": 864434066
        },
        {
            "start": 864434964,
            "stop": 864436574
        },
        {
            "start": 864438166,
            "stop": 864464122
        },
        {
            "start": 864464944,
            "stop": 864486214
        },
        {
            "start": 864524546,
            "stop": 864585197
        },
        {
            "start": 864586766,
            "stop": 864592254
        },
        {
            "start": 864594216,
            "stop": 864594217
        },
        {
            "start": 864594933,
            "stop": 864604531
        },
        {
            "start": 864606396,
            "stop": 864606904
        }
    ]
}