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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1926",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1924",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1925,
    "results": [
        {
            "start": 1252121618,
            "stop": 1252121620
        },
        {
            "start": 1252121621,
            "stop": 1252121625
        },
        {
            "start": 1252121626,
            "stop": 1252121916
        },
        {
            "start": 1252121918,
            "stop": 1252122256
        },
        {
            "start": 1252122264,
            "stop": 1252122335
        },
        {
            "start": 1252122337,
            "stop": 1252123542
        },
        {
            "start": 1252123545,
            "stop": 1252125524
        },
        {
            "start": 1252125532,
            "stop": 1252125561
        },
        {
            "start": 1252150173,
            "stop": 1252158040
        },
        {
            "start": 1252158042,
            "stop": 1252160539
        },
        {
            "start": 1252160541,
            "stop": 1252161921
        },
        {
            "start": 1252193644,
            "stop": 1252194151
        },
        {
            "start": 1252194153,
            "stop": 1252198200
        },
        {
            "start": 1252198202,
            "stop": 1252198871
        },
        {
            "start": 1252198874,
            "stop": 1252199407
        },
        {
            "start": 1252199408,
            "stop": 1252200510
        },
        {
            "start": 1252200513,
            "stop": 1252205310
        },
        {
            "start": 1252205313,
            "stop": 1252207934
        },
        {
            "start": 1252207937,
            "stop": 1252209333
        },
        {
            "start": 1252209336,
            "stop": 1252211145
        }
    ]
}