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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=20",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=18",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 19,
    "results": [
        {
            "start": 819650002,
            "stop": 819686432
        },
        {
            "start": 819686467,
            "stop": 819704009
        },
        {
            "start": 819704818,
            "stop": 819725562
        },
        {
            "start": 819726494,
            "stop": 819727950
        },
        {
            "start": 819761244,
            "stop": 819765767
        },
        {
            "start": 819774007,
            "stop": 819776221
        },
        {
            "start": 819776857,
            "stop": 819787389
        },
        {
            "start": 819787877,
            "stop": 819791532
        },
        {
            "start": 819792628,
            "stop": 819794031
        },
        {
            "start": 819794136,
            "stop": 819800393
        },
        {
            "start": 819800981,
            "stop": 819810639
        },
        {
            "start": 819848479,
            "stop": 819879577
        },
        {
            "start": 819879579,
            "stop": 819879580
        },
        {
            "start": 819880657,
            "stop": 819891830
        },
        {
            "start": 819893269,
            "stop": 819899018
        },
        {
            "start": 819900181,
            "stop": 819900309
        },
        {
            "start": 819903491,
            "stop": 819903541
        },
        {
            "start": 819912459,
            "stop": 819913323
        },
        {
            "start": 819916519,
            "stop": 819917279
        },
        {
            "start": 819928996,
            "stop": 819961073
        }
    ]
}