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=920
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=921",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=919",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 920,
    "results": [
        {
            "start": 1251477119,
            "stop": 1251477224
        },
        {
            "start": 1251477228,
            "stop": 1251477364
        },
        {
            "start": 1251477368,
            "stop": 1251477913
        },
        {
            "start": 1251477917,
            "stop": 1251478016
        },
        {
            "start": 1251478020,
            "stop": 1251478091
        },
        {
            "start": 1251478095,
            "stop": 1251478162
        },
        {
            "start": 1251478166,
            "stop": 1251478190
        },
        {
            "start": 1251478193,
            "stop": 1251478298
        },
        {
            "start": 1251478302,
            "stop": 1251478503
        },
        {
            "start": 1251478507,
            "stop": 1251478653
        },
        {
            "start": 1251478657,
            "stop": 1251478699
        },
        {
            "start": 1251478703,
            "stop": 1251478818
        },
        {
            "start": 1251478821,
            "stop": 1251478871
        },
        {
            "start": 1251478875,
            "stop": 1251478901
        },
        {
            "start": 1251478905,
            "stop": 1251479066
        },
        {
            "start": 1251479070,
            "stop": 1251479340
        },
        {
            "start": 1251479344,
            "stop": 1251479466
        },
        {
            "start": 1251479470,
            "stop": 1251479539
        },
        {
            "start": 1251479543,
            "stop": 1251479562
        },
        {
            "start": 1251479563,
            "stop": 1251479570
        }
    ]
}