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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=51",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=49",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 50,
    "results": [
        {
            "start": 931372263,
            "stop": 931372396
        },
        {
            "start": 931372398,
            "stop": 931372518
        },
        {
            "start": 931372731,
            "stop": 931372736
        },
        {
            "start": 931372753,
            "stop": 931372784
        },
        {
            "start": 931372801,
            "stop": 931372918
        },
        {
            "start": 931372935,
            "stop": 931372959
        },
        {
            "start": 931372986,
            "stop": 931373042
        },
        {
            "start": 931373060,
            "stop": 931373156
        },
        {
            "start": 931373173,
            "stop": 931373211
        },
        {
            "start": 931373229,
            "stop": 931373467
        },
        {
            "start": 931373485,
            "stop": 931373526
        },
        {
            "start": 931373546,
            "stop": 931373573
        },
        {
            "start": 931373596,
            "stop": 931373597
        },
        {
            "start": 931373614,
            "stop": 931373630
        },
        {
            "start": 931373690,
            "stop": 931373703
        },
        {
            "start": 931373705,
            "stop": 931373877
        },
        {
            "start": 931373894,
            "stop": 931373994
        },
        {
            "start": 931374011,
            "stop": 931374015
        },
        {
            "start": 931374375,
            "stop": 931374389
        },
        {
            "start": 931374391,
            "stop": 931374514
        }
    ]
}