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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=158",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=156",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 157,
    "results": [
        {
            "start": 1258563464,
            "stop": 1258563683
        },
        {
            "start": 1258563686,
            "stop": 1258563705
        },
        {
            "start": 1258563708,
            "stop": 1258563836
        },
        {
            "start": 1258563839,
            "stop": 1258563847
        },
        {
            "start": 1258563853,
            "stop": 1258564360
        },
        {
            "start": 1258564363,
            "stop": 1258564367
        },
        {
            "start": 1258564370,
            "stop": 1258564436
        },
        {
            "start": 1258564441,
            "stop": 1258564662
        },
        {
            "start": 1258564665,
            "stop": 1258564668
        },
        {
            "start": 1258564671,
            "stop": 1258564676
        },
        {
            "start": 1258564679,
            "stop": 1258564709
        },
        {
            "start": 1258564712,
            "stop": 1258564764
        },
        {
            "start": 1258564773,
            "stop": 1258565060
        },
        {
            "start": 1258565066,
            "stop": 1258565125
        },
        {
            "start": 1258565128,
            "stop": 1258565135
        },
        {
            "start": 1258565138,
            "stop": 1258565191
        },
        {
            "start": 1258565194,
            "stop": 1258565227
        },
        {
            "start": 1258565230,
            "stop": 1258565488
        },
        {
            "start": 1258565491,
            "stop": 1258565495
        },
        {
            "start": 1258565498,
            "stop": 1258565510
        }
    ]
}