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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=234",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=232",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 233,
    "results": [
        {
            "start": 1239957591,
            "stop": 1239957710
        },
        {
            "start": 1239957711,
            "stop": 1239957830
        },
        {
            "start": 1239957831,
            "stop": 1239957950
        },
        {
            "start": 1239957951,
            "stop": 1239958070
        },
        {
            "start": 1239958071,
            "stop": 1239958190
        },
        {
            "start": 1239958191,
            "stop": 1239958310
        },
        {
            "start": 1239958311,
            "stop": 1239958429
        },
        {
            "start": 1239958431,
            "stop": 1239958549
        },
        {
            "start": 1239958551,
            "stop": 1239958669
        },
        {
            "start": 1239958671,
            "stop": 1239958789
        },
        {
            "start": 1239958791,
            "stop": 1239958929
        },
        {
            "start": 1239958931,
            "stop": 1239959049
        },
        {
            "start": 1239959051,
            "stop": 1239959169
        },
        {
            "start": 1239959171,
            "stop": 1239959289
        },
        {
            "start": 1239959291,
            "stop": 1239959409
        },
        {
            "start": 1239959411,
            "stop": 1239959502
        },
        {
            "start": 1239959503,
            "stop": 1239959529
        },
        {
            "start": 1239959531,
            "stop": 1239959649
        },
        {
            "start": 1239959651,
            "stop": 1239959769
        },
        {
            "start": 1239959771,
            "stop": 1239959887
        }
    ]
}