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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=22",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=20",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 21,
    "results": [
        {
            "start": 819704818,
            "stop": 819725533
        },
        {
            "start": 819726494,
            "stop": 819727929
        },
        {
            "start": 819761244,
            "stop": 819765733
        },
        {
            "start": 819774007,
            "stop": 819776173
        },
        {
            "start": 819776857,
            "stop": 819787369
        },
        {
            "start": 819787877,
            "stop": 819791532
        },
        {
            "start": 819792628,
            "stop": 819793993
        },
        {
            "start": 819794028,
            "stop": 819794031
        },
        {
            "start": 819794136,
            "stop": 819800353
        },
        {
            "start": 819800981,
            "stop": 819810613
        },
        {
            "start": 819810636,
            "stop": 819810639
        },
        {
            "start": 819848479,
            "stop": 819879553
        },
        {
            "start": 819879579,
            "stop": 819879580
        },
        {
            "start": 819880657,
            "stop": 819891793
        },
        {
            "start": 819891826,
            "stop": 819891830
        },
        {
            "start": 819893269,
            "stop": 819898993
        },
        {
            "start": 819899016,
            "stop": 819899018
        },
        {
            "start": 819900193,
            "stop": 819900309
        },
        {
            "start": 819903491,
            "stop": 819903541
        },
        {
            "start": 819912459,
            "stop": 819913323
        }
    ]
}