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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=198",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=196",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 197,
    "results": [
        {
            "start": 956779995,
            "stop": 956779998
        },
        {
            "start": 956780001,
            "stop": 956780037
        },
        {
            "start": 956780040,
            "stop": 956780155
        },
        {
            "start": 956780159,
            "stop": 956780187
        },
        {
            "start": 956780193,
            "stop": 956780194
        },
        {
            "start": 956780202,
            "stop": 956780203
        },
        {
            "start": 956780206,
            "stop": 956780208
        },
        {
            "start": 956780214,
            "stop": 956780222
        },
        {
            "start": 956780225,
            "stop": 956780227
        },
        {
            "start": 956780229,
            "stop": 956780237
        },
        {
            "start": 956780241,
            "stop": 956780242
        },
        {
            "start": 956780250,
            "stop": 956780329
        },
        {
            "start": 956780332,
            "stop": 956780343
        },
        {
            "start": 956780348,
            "stop": 956780361
        },
        {
            "start": 956780366,
            "stop": 956780388
        },
        {
            "start": 956780394,
            "stop": 956780454
        },
        {
            "start": 956780469,
            "stop": 956780472
        },
        {
            "start": 956780484,
            "stop": 956780486
        },
        {
            "start": 956780489,
            "stop": 956780493
        },
        {
            "start": 956780500,
            "stop": 956780514
        }
    ]
}