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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_BURST_CAT2/segments?format=api&page=23",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_BURST_CAT2/segments?format=api&page=21",
    "results_count": 1192,
    "results_per_page": 20,
    "num_pages": 60,
    "page_number": 22,
    "results": [
        {
            "start": 1258021560,
            "stop": 1258021847
        },
        {
            "start": 1258022384,
            "stop": 1258037588
        },
        {
            "start": 1258037589,
            "stop": 1258050907
        },
        {
            "start": 1258051009,
            "stop": 1258057711
        },
        {
            "start": 1258057712,
            "stop": 1258058861
        },
        {
            "start": 1258058862,
            "stop": 1258065080
        },
        {
            "start": 1258065081,
            "stop": 1258078690
        },
        {
            "start": 1258082069,
            "stop": 1258119495
        },
        {
            "start": 1258119615,
            "stop": 1258125096
        },
        {
            "start": 1258125216,
            "stop": 1258127486
        },
        {
            "start": 1258127494,
            "stop": 1258127628
        },
        {
            "start": 1258129114,
            "stop": 1258141801
        },
        {
            "start": 1258141802,
            "stop": 1258169624
        },
        {
            "start": 1258169625,
            "stop": 1258176623
        },
        {
            "start": 1258202803,
            "stop": 1258216152
        },
        {
            "start": 1258218007,
            "stop": 1258226505
        },
        {
            "start": 1258227816,
            "stop": 1258229529
        },
        {
            "start": 1258229649,
            "stop": 1258253425
        },
        {
            "start": 1258253545,
            "stop": 1258255667
        },
        {
            "start": 1258255675,
            "stop": 1258261961
        }
    ]
}