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=25
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=26",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=24",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 25,
    "results": [
        {
            "start": 931593812,
            "stop": 931593813
        },
        {
            "start": 931593853,
            "stop": 931593856
        },
        {
            "start": 931593928,
            "stop": 931593934
        },
        {
            "start": 931593953,
            "stop": 931593954
        },
        {
            "start": 931593973,
            "stop": 931593974
        },
        {
            "start": 931594032,
            "stop": 931594050
        },
        {
            "start": 931594069,
            "stop": 931594074
        },
        {
            "start": 931594594,
            "stop": 931594596
        },
        {
            "start": 931594630,
            "stop": 931594645
        },
        {
            "start": 931594711,
            "stop": 931594714
        },
        {
            "start": 931594787,
            "stop": 931594794
        },
        {
            "start": 931594925,
            "stop": 931594929
        },
        {
            "start": 931595096,
            "stop": 931595098
        },
        {
            "start": 931595132,
            "stop": 931595134
        },
        {
            "start": 931595153,
            "stop": 931595167
        },
        {
            "start": 931595186,
            "stop": 931595200
        },
        {
            "start": 931595236,
            "stop": 931595238
        },
        {
            "start": 931595287,
            "stop": 931595315
        },
        {
            "start": 931595537,
            "stop": 931595558
        },
        {
            "start": 931595607,
            "stop": 931595611
        }
    ]
}