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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=102",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=100",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 101,
    "results": [
        {
            "start": 1259409461,
            "stop": 1259409462
        },
        {
            "start": 1259409463,
            "stop": 1259409464
        },
        {
            "start": 1259409468,
            "stop": 1259409476
        },
        {
            "start": 1259409477,
            "stop": 1259409894
        },
        {
            "start": 1259409895,
            "stop": 1259411907
        },
        {
            "start": 1259411909,
            "stop": 1259413196
        },
        {
            "start": 1259413198,
            "stop": 1259413297
        },
        {
            "start": 1259413302,
            "stop": 1259418224
        },
        {
            "start": 1259418226,
            "stop": 1259419356
        },
        {
            "start": 1259419360,
            "stop": 1259420626
        },
        {
            "start": 1259441610,
            "stop": 1259441658
        },
        {
            "start": 1259441695,
            "stop": 1259441941
        },
        {
            "start": 1259441945,
            "stop": 1259442291
        },
        {
            "start": 1259442294,
            "stop": 1259442834
        },
        {
            "start": 1259442837,
            "stop": 1259442885
        },
        {
            "start": 1259442888,
            "stop": 1259443204
        },
        {
            "start": 1259443207,
            "stop": 1259443208
        },
        {
            "start": 1259443211,
            "stop": 1259443390
        },
        {
            "start": 1259443392,
            "stop": 1259444595
        },
        {
            "start": 1259444598,
            "stop": 1259444829
        }
    ]
}