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=538
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=539",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=537",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 538,
    "results": [
        {
            "start": 870701183,
            "stop": 870701207
        },
        {
            "start": 870701213,
            "stop": 870707085
        },
        {
            "start": 870707095,
            "stop": 870707112
        },
        {
            "start": 870707118,
            "stop": 870715907
        },
        {
            "start": 870716257,
            "stop": 870716596
        },
        {
            "start": 870716714,
            "stop": 870718570
        },
        {
            "start": 870718575,
            "stop": 870718592
        },
        {
            "start": 870718598,
            "stop": 870731595
        },
        {
            "start": 870731600,
            "stop": 870734088
        },
        {
            "start": 870734090,
            "stop": 870743002
        },
        {
            "start": 870745209,
            "stop": 870758591
        },
        {
            "start": 870758924,
            "stop": 870763666
        },
        {
            "start": 870764664,
            "stop": 870787527
        },
        {
            "start": 870787538,
            "stop": 870787555
        },
        {
            "start": 870787620,
            "stop": 870788201
        },
        {
            "start": 870788501,
            "stop": 870798840
        },
        {
            "start": 870798845,
            "stop": 870798847
        },
        {
            "start": 870798853,
            "stop": 870798870
        },
        {
            "start": 870798875,
            "stop": 870799077
        },
        {
            "start": 870799098,
            "stop": 870799115
        }
    ]
}