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=710
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=711",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=709",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 710,
    "results": [
        {
            "start": 1266675831,
            "stop": 1266678856
        },
        {
            "start": 1266678864,
            "stop": 1266678918
        },
        {
            "start": 1266678921,
            "stop": 1266680717
        },
        {
            "start": 1266706803,
            "stop": 1266707222
        },
        {
            "start": 1266707225,
            "stop": 1266707410
        },
        {
            "start": 1266707413,
            "stop": 1266707637
        },
        {
            "start": 1266707640,
            "stop": 1266707691
        },
        {
            "start": 1266707694,
            "stop": 1266709414
        },
        {
            "start": 1266709417,
            "stop": 1266709672
        },
        {
            "start": 1266709675,
            "stop": 1266711494
        },
        {
            "start": 1266711553,
            "stop": 1266714043
        },
        {
            "start": 1266714051,
            "stop": 1266714429
        },
        {
            "start": 1266714437,
            "stop": 1266715490
        },
        {
            "start": 1266715492,
            "stop": 1266716276
        },
        {
            "start": 1266716279,
            "stop": 1266718911
        },
        {
            "start": 1266718914,
            "stop": 1266720400
        },
        {
            "start": 1266720408,
            "stop": 1266725639
        },
        {
            "start": 1266725642,
            "stop": 1266725802
        },
        {
            "start": 1266725805,
            "stop": 1266726707
        },
        {
            "start": 1266726710,
            "stop": 1266727396
        }
    ]
}