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=992
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=993",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=991",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 992,
    "results": [
        {
            "start": 1251828458,
            "stop": 1251828641
        },
        {
            "start": 1251828646,
            "stop": 1251828661
        },
        {
            "start": 1251828666,
            "stop": 1251828918
        },
        {
            "start": 1251828923,
            "stop": 1251829001
        },
        {
            "start": 1251829006,
            "stop": 1251829130
        },
        {
            "start": 1251829135,
            "stop": 1251829167
        },
        {
            "start": 1251829175,
            "stop": 1251829795
        },
        {
            "start": 1251829800,
            "stop": 1251830192
        },
        {
            "start": 1251830196,
            "stop": 1251830247
        },
        {
            "start": 1251830255,
            "stop": 1251830442
        },
        {
            "start": 1251830447,
            "stop": 1251831113
        },
        {
            "start": 1251831118,
            "stop": 1251831177
        },
        {
            "start": 1251831180,
            "stop": 1251831270
        },
        {
            "start": 1251831272,
            "stop": 1251831420
        },
        {
            "start": 1251831425,
            "stop": 1251831521
        },
        {
            "start": 1251831526,
            "stop": 1251831729
        },
        {
            "start": 1251831732,
            "stop": 1251831780
        },
        {
            "start": 1251831784,
            "stop": 1251831795
        },
        {
            "start": 1251831800,
            "stop": 1251831884
        },
        {
            "start": 1251831889,
            "stop": 1251832181
        }
    ]
}