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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=278",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=276",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 277,
    "results": [
        {
            "start": 931663172,
            "stop": 931663188
        },
        {
            "start": 931663192,
            "stop": 931663193
        },
        {
            "start": 931663199,
            "stop": 931663201
        },
        {
            "start": 931663205,
            "stop": 931663210
        },
        {
            "start": 931663213,
            "stop": 931663215
        },
        {
            "start": 931663217,
            "stop": 931663223
        },
        {
            "start": 931663227,
            "stop": 931663228
        },
        {
            "start": 931663235,
            "stop": 931663241
        },
        {
            "start": 931663263,
            "stop": 931663264
        },
        {
            "start": 931663276,
            "stop": 931663277
        },
        {
            "start": 931664128,
            "stop": 931664342
        },
        {
            "start": 931664344,
            "stop": 931664353
        },
        {
            "start": 931664357,
            "stop": 931665615
        },
        {
            "start": 931665975,
            "stop": 931665977
        },
        {
            "start": 931665979,
            "stop": 931666316
        },
        {
            "start": 931667306,
            "stop": 931667387
        },
        {
            "start": 931667390,
            "stop": 931668194
        },
        {
            "start": 931668196,
            "stop": 931669215
        },
        {
            "start": 931669575,
            "stop": 931670627
        },
        {
            "start": 931670630,
            "stop": 931670643
        }
    ]
}