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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=973",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=971",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 972,
    "results": [
        {
            "start": 1251710203,
            "stop": 1251710286
        },
        {
            "start": 1251710291,
            "stop": 1251710316
        },
        {
            "start": 1251710319,
            "stop": 1251710427
        },
        {
            "start": 1251710431,
            "stop": 1251710468
        },
        {
            "start": 1251710472,
            "stop": 1251710473
        },
        {
            "start": 1251710476,
            "stop": 1251710575
        },
        {
            "start": 1251710579,
            "stop": 1251710589
        },
        {
            "start": 1251710594,
            "stop": 1251710738
        },
        {
            "start": 1251710743,
            "stop": 1251710848
        },
        {
            "start": 1251710853,
            "stop": 1251710882
        },
        {
            "start": 1251710887,
            "stop": 1251710900
        },
        {
            "start": 1251710903,
            "stop": 1251710917
        },
        {
            "start": 1251710922,
            "stop": 1251710987
        },
        {
            "start": 1251710992,
            "stop": 1251711070
        },
        {
            "start": 1251711075,
            "stop": 1251711144
        },
        {
            "start": 1251711148,
            "stop": 1251711219
        },
        {
            "start": 1251711224,
            "stop": 1251711323
        },
        {
            "start": 1251711327,
            "stop": 1251711392
        },
        {
            "start": 1251711397,
            "stop": 1251711457
        },
        {
            "start": 1251711462,
            "stop": 1251711497
        }
    ]
}