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=819
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=820",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=818",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 819,
    "results": [
        {
            "start": 1250289808,
            "stop": 1250289813
        },
        {
            "start": 1250289815,
            "stop": 1250290464
        },
        {
            "start": 1250290468,
            "stop": 1250290585
        },
        {
            "start": 1250290589,
            "stop": 1250290595
        },
        {
            "start": 1250290646,
            "stop": 1250290648
        },
        {
            "start": 1250290653,
            "stop": 1250290655
        },
        {
            "start": 1250290659,
            "stop": 1250290769
        },
        {
            "start": 1250290777,
            "stop": 1250290786
        },
        {
            "start": 1250290788,
            "stop": 1250290792
        },
        {
            "start": 1250290797,
            "stop": 1250290806
        },
        {
            "start": 1250290811,
            "stop": 1250290812
        },
        {
            "start": 1250290817,
            "stop": 1250290818
        },
        {
            "start": 1250290822,
            "stop": 1250290847
        },
        {
            "start": 1250290850,
            "stop": 1250290852
        },
        {
            "start": 1250290855,
            "stop": 1250290859
        },
        {
            "start": 1250290864,
            "stop": 1250290866
        },
        {
            "start": 1250290873,
            "stop": 1250290879
        },
        {
            "start": 1250290886,
            "stop": 1250290897
        },
        {
            "start": 1250290901,
            "stop": 1250290929
        },
        {
            "start": 1250290932,
            "stop": 1250290940
        }
    ]
}