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/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=226
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=227",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=225",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 226,
    "results": [
        {
            "start": 1262314837,
            "stop": 1262318320
        },
        {
            "start": 1262318324,
            "stop": 1262323103
        },
        {
            "start": 1262323107,
            "stop": 1262324578
        },
        {
            "start": 1262324580,
            "stop": 1262325169
        },
        {
            "start": 1262325172,
            "stop": 1262326888
        },
        {
            "start": 1262326893,
            "stop": 1262329170
        },
        {
            "start": 1262333141,
            "stop": 1262335079
        },
        {
            "start": 1262335081,
            "stop": 1262335223
        },
        {
            "start": 1262339557,
            "stop": 1262340290
        },
        {
            "start": 1262340294,
            "stop": 1262342291
        },
        {
            "start": 1262342294,
            "stop": 1262342297
        },
        {
            "start": 1262342301,
            "stop": 1262342302
        },
        {
            "start": 1262352751,
            "stop": 1262354377
        },
        {
            "start": 1262354381,
            "stop": 1262354666
        },
        {
            "start": 1262354668,
            "stop": 1262357440
        },
        {
            "start": 1262357443,
            "stop": 1262358575
        },
        {
            "start": 1262358578,
            "stop": 1262358636
        },
        {
            "start": 1262358640,
            "stop": 1262358677
        },
        {
            "start": 1262358681,
            "stop": 1262360220
        },
        {
            "start": 1262360222,
            "stop": 1262364521
        }
    ]
}