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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=234",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=232",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 233,
    "results": [
        {
            "start": 931162608,
            "stop": 931162611
        },
        {
            "start": 931162613,
            "stop": 931162616
        },
        {
            "start": 931162618,
            "stop": 931162620
        },
        {
            "start": 931162621,
            "stop": 931162624
        },
        {
            "start": 931162626,
            "stop": 931162630
        },
        {
            "start": 931162636,
            "stop": 931162639
        },
        {
            "start": 931162641,
            "stop": 931162646
        },
        {
            "start": 931162647,
            "stop": 931162648
        },
        {
            "start": 931162649,
            "stop": 931162650
        },
        {
            "start": 931162652,
            "stop": 931162653
        },
        {
            "start": 931162654,
            "stop": 931162657
        },
        {
            "start": 931162659,
            "stop": 931162663
        },
        {
            "start": 931162664,
            "stop": 931162667
        },
        {
            "start": 931162668,
            "stop": 931162679
        },
        {
            "start": 931162681,
            "stop": 931162683
        },
        {
            "start": 931162692,
            "stop": 931162693
        },
        {
            "start": 931162694,
            "stop": 931162695
        },
        {
            "start": 931162698,
            "stop": 931162714
        },
        {
            "start": 931162717,
            "stop": 931162727
        },
        {
            "start": 931162731,
            "stop": 931162738
        }
    ]
}