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=107
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=108",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=106",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 107,
    "results": [
        {
            "start": 1259575281,
            "stop": 1259576128
        },
        {
            "start": 1259576132,
            "stop": 1259576365
        },
        {
            "start": 1259576368,
            "stop": 1259578076
        },
        {
            "start": 1259578079,
            "stop": 1259581032
        },
        {
            "start": 1259581033,
            "stop": 1259581854
        },
        {
            "start": 1259581856,
            "stop": 1259583636
        },
        {
            "start": 1259583641,
            "stop": 1259587158
        },
        {
            "start": 1259587160,
            "stop": 1259592269
        },
        {
            "start": 1259592271,
            "stop": 1259595196
        },
        {
            "start": 1259595199,
            "stop": 1259595410
        },
        {
            "start": 1259595412,
            "stop": 1259595778
        },
        {
            "start": 1259595780,
            "stop": 1259598270
        },
        {
            "start": 1259598274,
            "stop": 1259599597
        },
        {
            "start": 1259599599,
            "stop": 1259600565
        },
        {
            "start": 1259600567,
            "stop": 1259602194
        },
        {
            "start": 1259602197,
            "stop": 1259604524
        },
        {
            "start": 1259604527,
            "stop": 1259605756
        },
        {
            "start": 1259606139,
            "stop": 1259606339
        },
        {
            "start": 1259606344,
            "stop": 1259615350
        },
        {
            "start": 1259615355,
            "stop": 1259617102
        }
    ]
}