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=360
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=361",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=359",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 360,
    "results": [
        {
            "start": 856730348,
            "stop": 856730352
        },
        {
            "start": 856730357,
            "stop": 856730360
        },
        {
            "start": 856730361,
            "stop": 856730712
        },
        {
            "start": 856730714,
            "stop": 856730773
        },
        {
            "start": 856730774,
            "stop": 856730931
        },
        {
            "start": 856730933,
            "stop": 856730995
        },
        {
            "start": 856743290,
            "stop": 856743967
        },
        {
            "start": 856743968,
            "stop": 856745439
        },
        {
            "start": 856746382,
            "stop": 856778602
        },
        {
            "start": 856781630,
            "stop": 856791990
        },
        {
            "start": 856791991,
            "stop": 856804558
        },
        {
            "start": 856804674,
            "stop": 856806468
        },
        {
            "start": 856806550,
            "stop": 856808425
        },
        {
            "start": 856809489,
            "stop": 856811052
        },
        {
            "start": 856811058,
            "stop": 856811120
        },
        {
            "start": 856811125,
            "stop": 856814052
        },
        {
            "start": 856814068,
            "stop": 856814077
        },
        {
            "start": 856814088,
            "stop": 856814090
        },
        {
            "start": 856814095,
            "stop": 856814110
        },
        {
            "start": 856814118,
            "stop": 856815112
        }
    ]
}