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=115
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=116",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=114",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 115,
    "results": [
        {
            "start": 1175401750,
            "stop": 1175401756
        },
        {
            "start": 1175401760,
            "stop": 1175401767
        },
        {
            "start": 1175401768,
            "stop": 1175401788
        },
        {
            "start": 1175401789,
            "stop": 1175401790
        },
        {
            "start": 1175401791,
            "stop": 1175401802
        },
        {
            "start": 1175401808,
            "stop": 1175401809
        },
        {
            "start": 1175401810,
            "stop": 1175401861
        },
        {
            "start": 1175401879,
            "stop": 1175401886
        },
        {
            "start": 1175401890,
            "stop": 1175401906
        },
        {
            "start": 1175401922,
            "stop": 1175402049
        },
        {
            "start": 1175402053,
            "stop": 1175402114
        },
        {
            "start": 1175402120,
            "stop": 1175402121
        },
        {
            "start": 1175402129,
            "stop": 1175402131
        },
        {
            "start": 1175402143,
            "stop": 1175402157
        },
        {
            "start": 1175402161,
            "stop": 1175402186
        },
        {
            "start": 1175402187,
            "stop": 1175402254
        },
        {
            "start": 1175402255,
            "stop": 1175402256
        },
        {
            "start": 1175402257,
            "stop": 1175402275
        },
        {
            "start": 1175402280,
            "stop": 1175402367
        },
        {
            "start": 1175402369,
            "stop": 1175402432
        }
    ]
}