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=964
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=965",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=963",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 964,
    "results": [
        {
            "start": 1251694270,
            "stop": 1251694412
        },
        {
            "start": 1251694417,
            "stop": 1251694454
        },
        {
            "start": 1251694459,
            "stop": 1251694608
        },
        {
            "start": 1251694613,
            "stop": 1251694736
        },
        {
            "start": 1251694741,
            "stop": 1251694875
        },
        {
            "start": 1251694880,
            "stop": 1251694890
        },
        {
            "start": 1251694895,
            "stop": 1251694915
        },
        {
            "start": 1251694920,
            "stop": 1251694932
        },
        {
            "start": 1251694937,
            "stop": 1251694955
        },
        {
            "start": 1251694960,
            "stop": 1251694998
        },
        {
            "start": 1251695003,
            "stop": 1251695052
        },
        {
            "start": 1251695057,
            "stop": 1251695111
        },
        {
            "start": 1251695115,
            "stop": 1251695137
        },
        {
            "start": 1251695142,
            "stop": 1251695205
        },
        {
            "start": 1251695209,
            "stop": 1251695213
        },
        {
            "start": 1251695218,
            "stop": 1251695231
        },
        {
            "start": 1251695236,
            "stop": 1251695265
        },
        {
            "start": 1251695270,
            "stop": 1251695277
        },
        {
            "start": 1251695286,
            "stop": 1251695398
        },
        {
            "start": 1251695403,
            "stop": 1251695423
        }
    ]
}