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=63
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=64",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=62",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 63,
    "results": [
        {
            "start": 1257458219,
            "stop": 1257458344
        },
        {
            "start": 1257458347,
            "stop": 1257458458
        },
        {
            "start": 1257458461,
            "stop": 1257458555
        },
        {
            "start": 1257458558,
            "stop": 1257458779
        },
        {
            "start": 1257458780,
            "stop": 1257458836
        },
        {
            "start": 1257458839,
            "stop": 1257459073
        },
        {
            "start": 1257459075,
            "stop": 1257459078
        },
        {
            "start": 1257459082,
            "stop": 1257459118
        },
        {
            "start": 1257459121,
            "stop": 1257459164
        },
        {
            "start": 1257459167,
            "stop": 1257459284
        },
        {
            "start": 1257459285,
            "stop": 1257459288
        },
        {
            "start": 1257459289,
            "stop": 1257459321
        },
        {
            "start": 1257459324,
            "stop": 1257459463
        },
        {
            "start": 1257459466,
            "stop": 1257459608
        },
        {
            "start": 1257459611,
            "stop": 1257459863
        },
        {
            "start": 1257459866,
            "stop": 1257459875
        },
        {
            "start": 1257459878,
            "stop": 1257460114
        },
        {
            "start": 1257460117,
            "stop": 1257460374
        },
        {
            "start": 1257460377,
            "stop": 1257460520
        },
        {
            "start": 1257460523,
            "stop": 1257460609
        }
    ]
}