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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=17",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=15",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 16,
    "results": [
        {
            "start": 931453972,
            "stop": 931454076
        },
        {
            "start": 931454082,
            "stop": 931454103
        },
        {
            "start": 931454109,
            "stop": 931454143
        },
        {
            "start": 931454157,
            "stop": 931454164
        },
        {
            "start": 931457512,
            "stop": 931458175
        },
        {
            "start": 931458183,
            "stop": 931468293
        },
        {
            "start": 931468298,
            "stop": 931468667
        },
        {
            "start": 931468675,
            "stop": 931470268
        },
        {
            "start": 931470276,
            "stop": 931470315
        },
        {
            "start": 931470321,
            "stop": 931470353
        },
        {
            "start": 931470369,
            "stop": 931470373
        },
        {
            "start": 931470386,
            "stop": 931470388
        },
        {
            "start": 931470397,
            "stop": 931470420
        },
        {
            "start": 931470426,
            "stop": 931470474
        },
        {
            "start": 931471964,
            "stop": 931472018
        },
        {
            "start": 931472025,
            "stop": 931472056
        },
        {
            "start": 931472062,
            "stop": 931472603
        },
        {
            "start": 931472611,
            "stop": 931472616
        },
        {
            "start": 931472622,
            "stop": 931472912
        },
        {
            "start": 931472918,
            "stop": 931473470
        }
    ]
}