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=72
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=73",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=71",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 72,
    "results": [
        {
            "start": 932074677,
            "stop": 932074678
        },
        {
            "start": 932074679,
            "stop": 932074686
        },
        {
            "start": 932074687,
            "stop": 932074694
        },
        {
            "start": 932074695,
            "stop": 932074698
        },
        {
            "start": 932074699,
            "stop": 932074703
        },
        {
            "start": 932074704,
            "stop": 932074705
        },
        {
            "start": 932074706,
            "stop": 932074713
        },
        {
            "start": 932074716,
            "stop": 932074724
        },
        {
            "start": 932074725,
            "stop": 932074730
        },
        {
            "start": 932074732,
            "stop": 932074736
        },
        {
            "start": 932074738,
            "stop": 932074745
        },
        {
            "start": 932074746,
            "stop": 932074757
        },
        {
            "start": 932074758,
            "stop": 932074760
        },
        {
            "start": 932074762,
            "stop": 932074766
        },
        {
            "start": 932074767,
            "stop": 932074780
        },
        {
            "start": 932074781,
            "stop": 932074803
        },
        {
            "start": 932074806,
            "stop": 932074810
        },
        {
            "start": 932074811,
            "stop": 932074816
        },
        {
            "start": 932074817,
            "stop": 932074819
        },
        {
            "start": 932074821,
            "stop": 932074836
        }
    ]
}