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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=347",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=345",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 346,
    "results": [
        {
            "start": 1382583359,
            "stop": 1382587701
        },
        {
            "start": 1382587705,
            "stop": 1382589727
        },
        {
            "start": 1382589731,
            "stop": 1382601716
        },
        {
            "start": 1382601719,
            "stop": 1382610933
        },
        {
            "start": 1382610937,
            "stop": 1382611852
        },
        {
            "start": 1382611855,
            "stop": 1382624195
        },
        {
            "start": 1382624198,
            "stop": 1382629052
        },
        {
            "start": 1382629056,
            "stop": 1382637885
        },
        {
            "start": 1382638712,
            "stop": 1382661325
        },
        {
            "start": 1382661328,
            "stop": 1382662975
        },
        {
            "start": 1382662980,
            "stop": 1382668828
        },
        {
            "start": 1382668831,
            "stop": 1382674548
        },
        {
            "start": 1382681927,
            "stop": 1382690670
        },
        {
            "start": 1382690674,
            "stop": 1382691856
        },
        {
            "start": 1382691861,
            "stop": 1382709415
        },
        {
            "start": 1382709417,
            "stop": 1382717150
        },
        {
            "start": 1382928002,
            "stop": 1382928147
        },
        {
            "start": 1382928761,
            "stop": 1382933303
        },
        {
            "start": 1382936357,
            "stop": 1382936925
        },
        {
            "start": 1382936930,
            "stop": 1382939029
        }
    ]
}