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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=306",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=304",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 305,
    "results": [
        {
            "start": 1377951081,
            "stop": 1377953822
        },
        {
            "start": 1377953824,
            "stop": 1377956218
        },
        {
            "start": 1377956223,
            "stop": 1377956870
        },
        {
            "start": 1377956871,
            "stop": 1377957686
        },
        {
            "start": 1377977005,
            "stop": 1377977731
        },
        {
            "start": 1377977733,
            "stop": 1377979587
        },
        {
            "start": 1377979589,
            "stop": 1377980587
        },
        {
            "start": 1377980588,
            "stop": 1377983181
        },
        {
            "start": 1377983182,
            "stop": 1377984039
        },
        {
            "start": 1377984041,
            "stop": 1377985100
        },
        {
            "start": 1377985101,
            "stop": 1377986231
        },
        {
            "start": 1377986236,
            "stop": 1377987418
        },
        {
            "start": 1377987420,
            "stop": 1377989069
        },
        {
            "start": 1377989071,
            "stop": 1377989580
        },
        {
            "start": 1377989582,
            "stop": 1377991926
        },
        {
            "start": 1377991928,
            "stop": 1377992977
        },
        {
            "start": 1377992979,
            "stop": 1377994649
        },
        {
            "start": 1377994651,
            "stop": 1377997480
        },
        {
            "start": 1377997482,
            "stop": 1378000110
        },
        {
            "start": 1378000112,
            "stop": 1378001031
        }
    ]
}