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=33235
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=33236",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33234",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33235,
    "results": [
        {
            "start": 970979312,
            "stop": 970979354
        },
        {
            "start": 970979357,
            "stop": 970979371
        },
        {
            "start": 970979373,
            "stop": 970979392
        },
        {
            "start": 970979395,
            "stop": 970979396
        },
        {
            "start": 970979399,
            "stop": 970979418
        },
        {
            "start": 970979419,
            "stop": 970979529
        },
        {
            "start": 970979530,
            "stop": 970979541
        },
        {
            "start": 970979542,
            "stop": 970979544
        },
        {
            "start": 970979547,
            "stop": 970979586
        },
        {
            "start": 970979587,
            "stop": 970979594
        },
        {
            "start": 970979595,
            "stop": 970979669
        },
        {
            "start": 970979673,
            "stop": 970979686
        },
        {
            "start": 970979687,
            "stop": 970979719
        },
        {
            "start": 970979720,
            "stop": 970979739
        },
        {
            "start": 970979740,
            "stop": 970979744
        },
        {
            "start": 970979745,
            "stop": 970979762
        },
        {
            "start": 970979765,
            "stop": 970979778
        },
        {
            "start": 970979781,
            "stop": 970979813
        },
        {
            "start": 970979814,
            "stop": 970979957
        },
        {
            "start": 970979961,
            "stop": 970979984
        }
    ]
}