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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=274",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=272",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 273,
    "results": [
        {
            "start": 1259954007,
            "stop": 1259954483
        },
        {
            "start": 1259954485,
            "stop": 1259954504
        },
        {
            "start": 1259954507,
            "stop": 1259954620
        },
        {
            "start": 1259954622,
            "stop": 1259959156
        },
        {
            "start": 1259959159,
            "stop": 1259959537
        },
        {
            "start": 1259959540,
            "stop": 1259960160
        },
        {
            "start": 1259960163,
            "stop": 1259960866
        },
        {
            "start": 1259960869,
            "stop": 1259961273
        },
        {
            "start": 1259961274,
            "stop": 1259961277
        },
        {
            "start": 1259961278,
            "stop": 1259961281
        },
        {
            "start": 1259961282,
            "stop": 1259961294
        },
        {
            "start": 1259961295,
            "stop": 1259963036
        },
        {
            "start": 1259963039,
            "stop": 1259963053
        },
        {
            "start": 1259963056,
            "stop": 1259964045
        },
        {
            "start": 1259964048,
            "stop": 1259966170
        },
        {
            "start": 1259966173,
            "stop": 1259966233
        },
        {
            "start": 1259966236,
            "stop": 1259966500
        },
        {
            "start": 1259966842,
            "stop": 1259967155
        },
        {
            "start": 1259967158,
            "stop": 1259967176
        },
        {
            "start": 1259967179,
            "stop": 1259967883
        }
    ]
}