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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=178",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=176",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 177,
    "results": [
        {
            "start": 1176720919,
            "stop": 1176720935
        },
        {
            "start": 1176720936,
            "stop": 1176720942
        },
        {
            "start": 1176720943,
            "stop": 1176720944
        },
        {
            "start": 1176720945,
            "stop": 1176720948
        },
        {
            "start": 1176720950,
            "stop": 1176720951
        },
        {
            "start": 1176720952,
            "stop": 1176720985
        },
        {
            "start": 1176720989,
            "stop": 1176720997
        },
        {
            "start": 1176720998,
            "stop": 1176721211
        },
        {
            "start": 1176721213,
            "stop": 1176721214
        },
        {
            "start": 1176721215,
            "stop": 1176721216
        },
        {
            "start": 1176721218,
            "stop": 1176721220
        },
        {
            "start": 1176721225,
            "stop": 1176721434
        },
        {
            "start": 1176721435,
            "stop": 1176721436
        },
        {
            "start": 1176721437,
            "stop": 1176721445
        },
        {
            "start": 1176721446,
            "stop": 1176721453
        },
        {
            "start": 1176721454,
            "stop": 1176721455
        },
        {
            "start": 1176721459,
            "stop": 1176721470
        },
        {
            "start": 1176721474,
            "stop": 1176721481
        },
        {
            "start": 1176721482,
            "stop": 1176721502
        },
        {
            "start": 1176721504,
            "stop": 1176721507
        }
    ]
}