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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1778",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1776",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1777,
    "results": [
        {
            "start": 1249545515,
            "stop": 1249545927
        },
        {
            "start": 1249545935,
            "stop": 1249545938
        },
        {
            "start": 1249545941,
            "stop": 1249546400
        },
        {
            "start": 1249546403,
            "stop": 1249546631
        },
        {
            "start": 1249546713,
            "stop": 1249547087
        },
        {
            "start": 1249547090,
            "stop": 1249550628
        },
        {
            "start": 1249550631,
            "stop": 1249550653
        },
        {
            "start": 1249550655,
            "stop": 1249550832
        },
        {
            "start": 1249550835,
            "stop": 1249552323
        },
        {
            "start": 1249552326,
            "stop": 1249552482
        },
        {
            "start": 1249552485,
            "stop": 1249554354
        },
        {
            "start": 1249554357,
            "stop": 1249554933
        },
        {
            "start": 1249554936,
            "stop": 1249555783
        },
        {
            "start": 1249555786,
            "stop": 1249556821
        },
        {
            "start": 1249556824,
            "stop": 1249558440
        },
        {
            "start": 1249558441,
            "stop": 1249559532
        },
        {
            "start": 1249559534,
            "stop": 1249560214
        },
        {
            "start": 1249560222,
            "stop": 1249560951
        },
        {
            "start": 1249560954,
            "stop": 1249562346
        },
        {
            "start": 1249562350,
            "stop": 1249562352
        }
    ]
}