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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7986",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7984",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 7985,
    "results": [
        {
            "start": 970252416,
            "stop": 970252428
        },
        {
            "start": 970252443,
            "stop": 970252444
        },
        {
            "start": 970252464,
            "stop": 970252538
        },
        {
            "start": 970252541,
            "stop": 970252559
        },
        {
            "start": 970252562,
            "stop": 970252602
        },
        {
            "start": 970252605,
            "stop": 970252637
        },
        {
            "start": 970252640,
            "stop": 970252655
        },
        {
            "start": 970252658,
            "stop": 970252666
        },
        {
            "start": 970252690,
            "stop": 970252691
        },
        {
            "start": 970252702,
            "stop": 970252703
        },
        {
            "start": 970252711,
            "stop": 970252729
        },
        {
            "start": 970252743,
            "stop": 970252763
        },
        {
            "start": 970252766,
            "stop": 970252769
        },
        {
            "start": 970252783,
            "stop": 970252788
        },
        {
            "start": 970252794,
            "stop": 970252795
        },
        {
            "start": 970252801,
            "stop": 970252802
        },
        {
            "start": 970252814,
            "stop": 970252815
        },
        {
            "start": 970252821,
            "stop": 970252825
        },
        {
            "start": 970252831,
            "stop": 970252838
        },
        {
            "start": 970252844,
            "stop": 970252892
        }
    ]
}