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=10
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=11",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 10,
    "results": [
        {
            "start": 931422102,
            "stop": 931429026
        },
        {
            "start": 931429044,
            "stop": 931429064
        },
        {
            "start": 931429100,
            "stop": 931429155
        },
        {
            "start": 931429157,
            "stop": 931429684
        },
        {
            "start": 931429704,
            "stop": 931429738
        },
        {
            "start": 931432658,
            "stop": 931435448
        },
        {
            "start": 931436894,
            "stop": 931438938
        },
        {
            "start": 931438940,
            "stop": 931453780
        },
        {
            "start": 931453815,
            "stop": 931453827
        },
        {
            "start": 931453852,
            "stop": 931453942
        },
        {
            "start": 931453976,
            "stop": 931454068
        },
        {
            "start": 931454086,
            "stop": 931454095
        },
        {
            "start": 931454113,
            "stop": 931454116
        },
        {
            "start": 931457512,
            "stop": 931458167
        },
        {
            "start": 931458187,
            "stop": 931459225
        },
        {
            "start": 931459242,
            "stop": 931468285
        },
        {
            "start": 931468302,
            "stop": 931468659
        },
        {
            "start": 931468679,
            "stop": 931470260
        },
        {
            "start": 931470280,
            "stop": 931470307
        },
        {
            "start": 931470325,
            "stop": 931470345
        }
    ]
}