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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=543",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=541",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 542,
    "results": [
        {
            "start": 1262805931,
            "stop": 1262805952
        },
        {
            "start": 1262805955,
            "stop": 1262806015
        },
        {
            "start": 1262806021,
            "stop": 1262806045
        },
        {
            "start": 1262806048,
            "stop": 1262806053
        },
        {
            "start": 1262806056,
            "stop": 1262806114
        },
        {
            "start": 1262806117,
            "stop": 1262806118
        },
        {
            "start": 1262806121,
            "stop": 1262806154
        },
        {
            "start": 1262806157,
            "stop": 1262806159
        },
        {
            "start": 1262806162,
            "stop": 1262806182
        },
        {
            "start": 1262806185,
            "stop": 1262806188
        },
        {
            "start": 1262806191,
            "stop": 1262806219
        },
        {
            "start": 1262806222,
            "stop": 1262806253
        },
        {
            "start": 1262806256,
            "stop": 1262806313
        },
        {
            "start": 1262806316,
            "stop": 1262806450
        },
        {
            "start": 1262806453,
            "stop": 1262806473
        },
        {
            "start": 1262806476,
            "stop": 1262806498
        },
        {
            "start": 1262806501,
            "stop": 1262806502
        },
        {
            "start": 1262806505,
            "stop": 1262806536
        },
        {
            "start": 1262806539,
            "stop": 1262806546
        },
        {
            "start": 1262806549,
            "stop": 1262806604
        }
    ]
}