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=713
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=714",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=712",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 713,
    "results": [
        {
            "start": 1248984263,
            "stop": 1248984398
        },
        {
            "start": 1248984403,
            "stop": 1248984411
        },
        {
            "start": 1248984412,
            "stop": 1248984413
        },
        {
            "start": 1248984414,
            "stop": 1248984415
        },
        {
            "start": 1248984420,
            "stop": 1248984423
        },
        {
            "start": 1248984426,
            "stop": 1248984537
        },
        {
            "start": 1248984538,
            "stop": 1248984547
        },
        {
            "start": 1248984552,
            "stop": 1248984557
        },
        {
            "start": 1248984567,
            "stop": 1248984586
        },
        {
            "start": 1248984588,
            "stop": 1248984590
        },
        {
            "start": 1248984597,
            "stop": 1248984711
        },
        {
            "start": 1248984717,
            "stop": 1248984723
        },
        {
            "start": 1248984728,
            "stop": 1248984731
        },
        {
            "start": 1248984733,
            "stop": 1248984736
        },
        {
            "start": 1248984742,
            "stop": 1248984745
        },
        {
            "start": 1248984750,
            "stop": 1248984794
        },
        {
            "start": 1248984799,
            "stop": 1248984810
        },
        {
            "start": 1248984811,
            "stop": 1248984815
        },
        {
            "start": 1248984821,
            "stop": 1248984824
        },
        {
            "start": 1248984826,
            "stop": 1248984828
        }
    ]
}