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=352
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=353",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=351",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 352,
    "results": [
        {
            "start": 856106382,
            "stop": 856110307
        },
        {
            "start": 856110313,
            "stop": 856112291
        },
        {
            "start": 856112294,
            "stop": 856114062
        },
        {
            "start": 856114070,
            "stop": 856114075
        },
        {
            "start": 856114080,
            "stop": 856114557
        },
        {
            "start": 856114560,
            "stop": 856115639
        },
        {
            "start": 856115778,
            "stop": 856126855
        },
        {
            "start": 856126860,
            "stop": 856126870
        },
        {
            "start": 856126880,
            "stop": 856126882
        },
        {
            "start": 856126888,
            "stop": 856127009
        },
        {
            "start": 856127121,
            "stop": 856127630
        },
        {
            "start": 856127930,
            "stop": 856128159
        },
        {
            "start": 856128788,
            "stop": 856130955
        },
        {
            "start": 856130957,
            "stop": 856130982
        },
        {
            "start": 856131122,
            "stop": 856131676
        },
        {
            "start": 856132776,
            "stop": 856133254
        },
        {
            "start": 856134363,
            "stop": 856135482
        },
        {
            "start": 856136680,
            "stop": 856142825
        },
        {
            "start": 856143125,
            "stop": 856143263
        },
        {
            "start": 856143409,
            "stop": 856150033
        }
    ]
}