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=33217
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=33218",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33216",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33217,
    "results": [
        {
            "start": 970929554,
            "stop": 970929562
        },
        {
            "start": 970929563,
            "stop": 970929581
        },
        {
            "start": 970929584,
            "stop": 970929621
        },
        {
            "start": 970929622,
            "stop": 970929626
        },
        {
            "start": 970929627,
            "stop": 970929628
        },
        {
            "start": 970929629,
            "stop": 970929641
        },
        {
            "start": 970929644,
            "stop": 970929652
        },
        {
            "start": 970929653,
            "stop": 970929664
        },
        {
            "start": 970929667,
            "stop": 970929681
        },
        {
            "start": 970929683,
            "stop": 970929738
        },
        {
            "start": 970929741,
            "stop": 970929758
        },
        {
            "start": 970929761,
            "stop": 970929796
        },
        {
            "start": 970929976,
            "stop": 970929994
        },
        {
            "start": 970929995,
            "stop": 970930010
        },
        {
            "start": 970930013,
            "stop": 970930015
        },
        {
            "start": 970930018,
            "stop": 970930025
        },
        {
            "start": 970930028,
            "stop": 970930041
        },
        {
            "start": 970930044,
            "stop": 970930065
        },
        {
            "start": 970930068,
            "stop": 970930073
        },
        {
            "start": 970930074,
            "stop": 970930079
        }
    ]
}