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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7585",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7583",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7584,
    "results": [
        {
            "start": 970489554,
            "stop": 970489555
        },
        {
            "start": 970489558,
            "stop": 970489560
        },
        {
            "start": 970489566,
            "stop": 970489568
        },
        {
            "start": 970489571,
            "stop": 970489573
        },
        {
            "start": 970489584,
            "stop": 970489586
        },
        {
            "start": 970489603,
            "stop": 970489605
        },
        {
            "start": 970489609,
            "stop": 970489611
        },
        {
            "start": 970489615,
            "stop": 970489628
        },
        {
            "start": 970489631,
            "stop": 970489637
        },
        {
            "start": 970489654,
            "stop": 970489663
        },
        {
            "start": 970489668,
            "stop": 970489677
        },
        {
            "start": 970489681,
            "stop": 970489687
        },
        {
            "start": 970489690,
            "stop": 970489693
        },
        {
            "start": 970489710,
            "stop": 970489712
        },
        {
            "start": 970489717,
            "stop": 970489722
        },
        {
            "start": 970489725,
            "stop": 970489727
        },
        {
            "start": 970489926,
            "stop": 970489927
        },
        {
            "start": 970489931,
            "stop": 970489937
        },
        {
            "start": 970489940,
            "stop": 970489943
        },
        {
            "start": 970489946,
            "stop": 970489948
        }
    ]
}