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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=540",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=538",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 539,
    "results": [
        {
            "start": 870799120,
            "stop": 870799122
        },
        {
            "start": 870799128,
            "stop": 870799130
        },
        {
            "start": 870799135,
            "stop": 870799145
        },
        {
            "start": 870799150,
            "stop": 870799185
        },
        {
            "start": 870799190,
            "stop": 870802267
        },
        {
            "start": 870802273,
            "stop": 870802297
        },
        {
            "start": 870802303,
            "stop": 870802317
        },
        {
            "start": 870802323,
            "stop": 870802347
        },
        {
            "start": 870802355,
            "stop": 870808720
        },
        {
            "start": 870808728,
            "stop": 870808735
        },
        {
            "start": 870808743,
            "stop": 870808767
        },
        {
            "start": 870808773,
            "stop": 870813728
        },
        {
            "start": 870814066,
            "stop": 870814597
        },
        {
            "start": 870814603,
            "stop": 870814652
        },
        {
            "start": 870814658,
            "stop": 870814904
        },
        {
            "start": 870816682,
            "stop": 870824712
        },
        {
            "start": 870825058,
            "stop": 870873064
        },
        {
            "start": 870873267,
            "stop": 870891407
        },
        {
            "start": 870892394,
            "stop": 870900509
        },
        {
            "start": 870900661,
            "stop": 870905921
        }
    ]
}