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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=607",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=605",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 606,
    "results": [
        {
            "start": 844024590,
            "stop": 844024592
        },
        {
            "start": 844024597,
            "stop": 844024606
        },
        {
            "start": 844024613,
            "stop": 844024637
        },
        {
            "start": 844024644,
            "stop": 844024649
        },
        {
            "start": 844031308,
            "stop": 844031363
        },
        {
            "start": 844031370,
            "stop": 844031549
        },
        {
            "start": 844031554,
            "stop": 844031583
        },
        {
            "start": 844031588,
            "stop": 844031597
        },
        {
            "start": 844031602,
            "stop": 844031874
        },
        {
            "start": 844031886,
            "stop": 844032022
        },
        {
            "start": 844032027,
            "stop": 844032149
        },
        {
            "start": 844032154,
            "stop": 844032163
        },
        {
            "start": 844032171,
            "stop": 844032273
        },
        {
            "start": 844032280,
            "stop": 844032405
        },
        {
            "start": 844032410,
            "stop": 844033050
        },
        {
            "start": 844033055,
            "stop": 844033458
        },
        {
            "start": 844033464,
            "stop": 844035135
        },
        {
            "start": 844035142,
            "stop": 844035236
        },
        {
            "start": 844038999,
            "stop": 844039405
        },
        {
            "start": 844039414,
            "stop": 844051582
        }
    ]
}