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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33249",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33247",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33248,
    "results": [
        {
            "start": 970986471,
            "stop": 970986519
        },
        {
            "start": 970986520,
            "stop": 970986531
        },
        {
            "start": 970986532,
            "stop": 970986533
        },
        {
            "start": 970986534,
            "stop": 970986541
        },
        {
            "start": 970986542,
            "stop": 970986579
        },
        {
            "start": 970986580,
            "stop": 970986585
        },
        {
            "start": 970986586,
            "stop": 970986588
        },
        {
            "start": 970986589,
            "stop": 970986596
        },
        {
            "start": 970986599,
            "stop": 970986633
        },
        {
            "start": 970986634,
            "stop": 970986646
        },
        {
            "start": 970986647,
            "stop": 970986654
        },
        {
            "start": 970986655,
            "stop": 970986706
        },
        {
            "start": 970986709,
            "stop": 970986724
        },
        {
            "start": 970986725,
            "stop": 970986742
        },
        {
            "start": 970986745,
            "stop": 970986763
        },
        {
            "start": 970986766,
            "stop": 970986796
        },
        {
            "start": 970986799,
            "stop": 970986845
        },
        {
            "start": 970986846,
            "stop": 970986865
        },
        {
            "start": 970986869,
            "stop": 970986874
        },
        {
            "start": 970986875,
            "stop": 970986943
        }
    ]
}