Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14309
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14310",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14308",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14309,
    "results": [
        {
            "start": 971245040,
            "stop": 971245077
        },
        {
            "start": 971245079,
            "stop": 971245095
        },
        {
            "start": 971245096,
            "stop": 971245117
        },
        {
            "start": 971245118,
            "stop": 971245132
        },
        {
            "start": 971245135,
            "stop": 971245147
        },
        {
            "start": 971245148,
            "stop": 971245201
        },
        {
            "start": 971245202,
            "stop": 971245221
        },
        {
            "start": 971245223,
            "stop": 971245230
        },
        {
            "start": 971245232,
            "stop": 971245239
        },
        {
            "start": 971245241,
            "stop": 971245244
        },
        {
            "start": 971245246,
            "stop": 971245301
        },
        {
            "start": 971245303,
            "stop": 971245332
        },
        {
            "start": 971245333,
            "stop": 971245337
        },
        {
            "start": 971245338,
            "stop": 971245359
        },
        {
            "start": 971245361,
            "stop": 971245381
        },
        {
            "start": 971245382,
            "stop": 971245404
        },
        {
            "start": 971245406,
            "stop": 971245480
        },
        {
            "start": 971245481,
            "stop": 971245512
        },
        {
            "start": 971245514,
            "stop": 971245566
        },
        {
            "start": 971245567,
            "stop": 971245570
        }
    ]
}