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=104
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=105",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=103",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 104,
    "results": [
        {
            "start": 1175171061,
            "stop": 1175179560
        },
        {
            "start": 1175179570,
            "stop": 1175180660
        },
        {
            "start": 1175180670,
            "stop": 1175181060
        },
        {
            "start": 1175181070,
            "stop": 1175183610
        },
        {
            "start": 1175183614,
            "stop": 1175185186
        },
        {
            "start": 1175185188,
            "stop": 1175185228
        },
        {
            "start": 1175185238,
            "stop": 1175185320
        },
        {
            "start": 1175185322,
            "stop": 1175185598
        },
        {
            "start": 1175188916,
            "stop": 1175189816
        },
        {
            "start": 1175189817,
            "stop": 1175192637
        },
        {
            "start": 1175192641,
            "stop": 1175192679
        },
        {
            "start": 1175192682,
            "stop": 1175196283
        },
        {
            "start": 1175196287,
            "stop": 1175197010
        },
        {
            "start": 1175197011,
            "stop": 1175202483
        },
        {
            "start": 1175202484,
            "stop": 1175202781
        },
        {
            "start": 1175202782,
            "stop": 1175205644
        },
        {
            "start": 1175205648,
            "stop": 1175213134
        },
        {
            "start": 1175213138,
            "stop": 1175214493
        },
        {
            "start": 1175214497,
            "stop": 1175215996
        },
        {
            "start": 1175215998,
            "stop": 1175216219
        }
    ]
}