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=908
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=909",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=907",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 908,
    "results": [
        {
            "start": 1251431621,
            "stop": 1251431789
        },
        {
            "start": 1251431793,
            "stop": 1251431873
        },
        {
            "start": 1251431876,
            "stop": 1251431899
        },
        {
            "start": 1251431903,
            "stop": 1251432143
        },
        {
            "start": 1251432147,
            "stop": 1251432444
        },
        {
            "start": 1251432448,
            "stop": 1251432631
        },
        {
            "start": 1251432635,
            "stop": 1251432671
        },
        {
            "start": 1251432675,
            "stop": 1251432994
        },
        {
            "start": 1251432998,
            "stop": 1251433322
        },
        {
            "start": 1251433326,
            "stop": 1251433519
        },
        {
            "start": 1251433523,
            "stop": 1251433695
        },
        {
            "start": 1251433699,
            "stop": 1251433776
        },
        {
            "start": 1251433780,
            "stop": 1251434253
        },
        {
            "start": 1251434257,
            "stop": 1251434403
        },
        {
            "start": 1251434406,
            "stop": 1251434581
        },
        {
            "start": 1251434585,
            "stop": 1251434638
        },
        {
            "start": 1251434641,
            "stop": 1251434785
        },
        {
            "start": 1251434789,
            "stop": 1251434805
        },
        {
            "start": 1251434809,
            "stop": 1251434832
        },
        {
            "start": 1251434836,
            "stop": 1251434847
        }
    ]
}