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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=72",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=70",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 71,
    "results": [
        {
            "start": 932074462,
            "stop": 932074463
        },
        {
            "start": 932074465,
            "stop": 932074479
        },
        {
            "start": 932074481,
            "stop": 932074483
        },
        {
            "start": 932074486,
            "stop": 932074495
        },
        {
            "start": 932074497,
            "stop": 932074514
        },
        {
            "start": 932074515,
            "stop": 932074531
        },
        {
            "start": 932074534,
            "stop": 932074542
        },
        {
            "start": 932074544,
            "stop": 932074563
        },
        {
            "start": 932074564,
            "stop": 932074565
        },
        {
            "start": 932074568,
            "stop": 932074573
        },
        {
            "start": 932074574,
            "stop": 932074577
        },
        {
            "start": 932074579,
            "stop": 932074581
        },
        {
            "start": 932074586,
            "stop": 932074605
        },
        {
            "start": 932074607,
            "stop": 932074616
        },
        {
            "start": 932074619,
            "stop": 932074624
        },
        {
            "start": 932074626,
            "stop": 932074643
        },
        {
            "start": 932074645,
            "stop": 932074659
        },
        {
            "start": 932074662,
            "stop": 932074669
        },
        {
            "start": 932074670,
            "stop": 932074673
        },
        {
            "start": 932074674,
            "stop": 932074676
        }
    ]
}