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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=258",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=256",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 257,
    "results": [
        {
            "start": 931509049,
            "stop": 931509050
        },
        {
            "start": 931509052,
            "stop": 931509055
        },
        {
            "start": 931509060,
            "stop": 931509061
        },
        {
            "start": 931509064,
            "stop": 931509068
        },
        {
            "start": 931509075,
            "stop": 931509077
        },
        {
            "start": 931509082,
            "stop": 931509091
        },
        {
            "start": 931509098,
            "stop": 931509099
        },
        {
            "start": 931509120,
            "stop": 931509121
        },
        {
            "start": 931509132,
            "stop": 931509133
        },
        {
            "start": 931509138,
            "stop": 931509139
        },
        {
            "start": 931509145,
            "stop": 931509159
        },
        {
            "start": 931509165,
            "stop": 931509171
        },
        {
            "start": 931509177,
            "stop": 931509182
        },
        {
            "start": 931509188,
            "stop": 931509206
        },
        {
            "start": 931509218,
            "stop": 931509231
        },
        {
            "start": 931509234,
            "stop": 931509240
        },
        {
            "start": 931509242,
            "stop": 931509243
        },
        {
            "start": 931509246,
            "stop": 931509260
        },
        {
            "start": 931509263,
            "stop": 931509287
        },
        {
            "start": 931509290,
            "stop": 931509291
        }
    ]
}