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=226
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=227",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=225",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 226,
    "results": [
        {
            "start": 1239941831,
            "stop": 1239941950
        },
        {
            "start": 1239941951,
            "stop": 1239942070
        },
        {
            "start": 1239942071,
            "stop": 1239942190
        },
        {
            "start": 1239942191,
            "stop": 1239942310
        },
        {
            "start": 1239942311,
            "stop": 1239942430
        },
        {
            "start": 1239942431,
            "stop": 1239942550
        },
        {
            "start": 1239942551,
            "stop": 1239942670
        },
        {
            "start": 1239942671,
            "stop": 1239942790
        },
        {
            "start": 1239942791,
            "stop": 1239942910
        },
        {
            "start": 1239942911,
            "stop": 1239943030
        },
        {
            "start": 1239943031,
            "stop": 1239943150
        },
        {
            "start": 1239943151,
            "stop": 1239943270
        },
        {
            "start": 1239943271,
            "stop": 1239943315
        },
        {
            "start": 1239943319,
            "stop": 1239943390
        },
        {
            "start": 1239943391,
            "stop": 1239943510
        },
        {
            "start": 1239943511,
            "stop": 1239943630
        },
        {
            "start": 1239943631,
            "stop": 1239943750
        },
        {
            "start": 1239943751,
            "stop": 1239943870
        },
        {
            "start": 1239943871,
            "stop": 1239943990
        },
        {
            "start": 1239943991,
            "stop": 1239944110
        }
    ]
}