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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=38",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=36",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 37,
    "results": [
        {
            "start": 819650002,
            "stop": 819686431
        },
        {
            "start": 819686467,
            "stop": 819704009
        },
        {
            "start": 819704818,
            "stop": 819725549
        },
        {
            "start": 819726494,
            "stop": 819727182
        },
        {
            "start": 819727184,
            "stop": 819727929
        },
        {
            "start": 819761244,
            "stop": 819761640
        },
        {
            "start": 819761642,
            "stop": 819763948
        },
        {
            "start": 819763950,
            "stop": 819765737
        },
        {
            "start": 819774007,
            "stop": 819776191
        },
        {
            "start": 819776857,
            "stop": 819787369
        },
        {
            "start": 819787877,
            "stop": 819791222
        },
        {
            "start": 819791224,
            "stop": 819791532
        },
        {
            "start": 819792628,
            "stop": 819794030
        },
        {
            "start": 819794136,
            "stop": 819800363
        },
        {
            "start": 819800981,
            "stop": 819804887
        },
        {
            "start": 819804889,
            "stop": 819805263
        },
        {
            "start": 819805265,
            "stop": 819805330
        },
        {
            "start": 819805331,
            "stop": 819810342
        },
        {
            "start": 819810344,
            "stop": 819810397
        },
        {
            "start": 819810399,
            "stop": 819810638
        }
    ]
}