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=909
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=910",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=908",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 909,
    "results": [
        {
            "start": 1251434851,
            "stop": 1251435131
        },
        {
            "start": 1251435135,
            "stop": 1251435186
        },
        {
            "start": 1251435190,
            "stop": 1251435224
        },
        {
            "start": 1251435228,
            "stop": 1251435232
        },
        {
            "start": 1251435236,
            "stop": 1251435332
        },
        {
            "start": 1251435336,
            "stop": 1251435356
        },
        {
            "start": 1251435359,
            "stop": 1251435532
        },
        {
            "start": 1251435536,
            "stop": 1251435548
        },
        {
            "start": 1251435552,
            "stop": 1251435569
        },
        {
            "start": 1251435572,
            "stop": 1251435576
        },
        {
            "start": 1251435580,
            "stop": 1251435622
        },
        {
            "start": 1251435626,
            "stop": 1251435631
        },
        {
            "start": 1251435635,
            "stop": 1251435803
        },
        {
            "start": 1251435807,
            "stop": 1251435853
        },
        {
            "start": 1251435857,
            "stop": 1251435937
        },
        {
            "start": 1251435940,
            "stop": 1251436002
        },
        {
            "start": 1251436005,
            "stop": 1251436140
        },
        {
            "start": 1251436144,
            "stop": 1251436175
        },
        {
            "start": 1251436179,
            "stop": 1251436321
        },
        {
            "start": 1251436325,
            "stop": 1251436337
        }
    ]
}