Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1021
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=1022",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1020",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1021,
    "results": [
        {
            "start": 1252333142,
            "stop": 1252336429
        },
        {
            "start": 1252336433,
            "stop": 1252336737
        },
        {
            "start": 1252336741,
            "stop": 1252338361
        },
        {
            "start": 1252338364,
            "stop": 1252340642
        },
        {
            "start": 1252340646,
            "stop": 1252342289
        },
        {
            "start": 1252342294,
            "stop": 1252345714
        },
        {
            "start": 1252345717,
            "stop": 1252346669
        },
        {
            "start": 1252346673,
            "stop": 1252349427
        },
        {
            "start": 1252349430,
            "stop": 1252350248
        },
        {
            "start": 1252350252,
            "stop": 1252350479
        },
        {
            "start": 1252352156,
            "stop": 1252353297
        },
        {
            "start": 1252353301,
            "stop": 1252353485
        },
        {
            "start": 1252353541,
            "stop": 1252356957
        },
        {
            "start": 1252356965,
            "stop": 1252359728
        },
        {
            "start": 1252359731,
            "stop": 1252361805
        },
        {
            "start": 1252361810,
            "stop": 1252364744
        },
        {
            "start": 1252364748,
            "stop": 1252365190
        },
        {
            "start": 1252365194,
            "stop": 1252366257
        },
        {
            "start": 1252366261,
            "stop": 1252373467
        },
        {
            "start": 1252373471,
            "stop": 1252374000
        }
    ]
}