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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=863",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=861",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 862,
    "results": [
        {
            "start": 873516055,
            "stop": 873516063
        },
        {
            "start": 873516069,
            "stop": 873516074
        },
        {
            "start": 873516078,
            "stop": 873516099
        },
        {
            "start": 873516103,
            "stop": 873516110
        },
        {
            "start": 873516114,
            "stop": 873516121
        },
        {
            "start": 873516125,
            "stop": 873516131
        },
        {
            "start": 873516136,
            "stop": 873516142
        },
        {
            "start": 873516146,
            "stop": 873516151
        },
        {
            "start": 873516156,
            "stop": 873516162
        },
        {
            "start": 873516166,
            "stop": 873516174
        },
        {
            "start": 873516178,
            "stop": 873516185
        },
        {
            "start": 873516189,
            "stop": 873516196
        },
        {
            "start": 873516200,
            "stop": 873516206
        },
        {
            "start": 873516210,
            "stop": 873516218
        },
        {
            "start": 873516222,
            "stop": 873516225
        },
        {
            "start": 873516232,
            "stop": 873516239
        },
        {
            "start": 873516243,
            "stop": 873516259
        },
        {
            "start": 873516264,
            "stop": 873516271
        },
        {
            "start": 873516275,
            "stop": 873516295
        },
        {
            "start": 873516299,
            "stop": 873516304
        }
    ]
}