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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=147",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=145",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 146,
    "results": [
        {
            "start": 837081120,
            "stop": 837085622
        },
        {
            "start": 837090809,
            "stop": 837092941
        },
        {
            "start": 837093481,
            "stop": 837109052
        },
        {
            "start": 837109466,
            "stop": 837110218
        },
        {
            "start": 837114783,
            "stop": 837114831
        },
        {
            "start": 837114851,
            "stop": 837124910
        },
        {
            "start": 837125506,
            "stop": 837134664
        },
        {
            "start": 837136248,
            "stop": 837155897
        },
        {
            "start": 837156318,
            "stop": 837160788
        },
        {
            "start": 837162612,
            "stop": 837162864
        },
        {
            "start": 837169296,
            "stop": 837176421
        },
        {
            "start": 837177010,
            "stop": 837188538
        },
        {
            "start": 837189093,
            "stop": 837193255
        },
        {
            "start": 837193827,
            "stop": 837194093
        },
        {
            "start": 837194582,
            "stop": 837201904
        },
        {
            "start": 837202626,
            "stop": 837204707
        },
        {
            "start": 837205027,
            "stop": 837205148
        },
        {
            "start": 837205548,
            "stop": 837209816
        },
        {
            "start": 837209818,
            "stop": 837209833
        },
        {
            "start": 837209835,
            "stop": 837218914
        }
    ]
}