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=295
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=296",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=294",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 295,
    "results": [
        {
            "start": 849465637,
            "stop": 849470065
        },
        {
            "start": 849470070,
            "stop": 849470337
        },
        {
            "start": 849471557,
            "stop": 849471607
        },
        {
            "start": 849471631,
            "stop": 849471678
        },
        {
            "start": 849473446,
            "stop": 849476941
        },
        {
            "start": 849477241,
            "stop": 849478347
        },
        {
            "start": 849478353,
            "stop": 849478425
        },
        {
            "start": 849478430,
            "stop": 849478705
        },
        {
            "start": 849478709,
            "stop": 849479896
        },
        {
            "start": 849480025,
            "stop": 849480650
        },
        {
            "start": 849480655,
            "stop": 849480660
        },
        {
            "start": 849480664,
            "stop": 849480669
        },
        {
            "start": 849480930,
            "stop": 849481588
        },
        {
            "start": 849481671,
            "stop": 849536097
        },
        {
            "start": 849536098,
            "stop": 849545635
        },
        {
            "start": 849545640,
            "stop": 849554130
        },
        {
            "start": 849556177,
            "stop": 849559555
        },
        {
            "start": 849560560,
            "stop": 849562092
        },
        {
            "start": 849562098,
            "stop": 849562112
        },
        {
            "start": 849562120,
            "stop": 849562142
        }
    ]
}