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=243
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=244",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=242",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 243,
    "results": [
        {
            "start": 931163727,
            "stop": 931163730
        },
        {
            "start": 931163731,
            "stop": 931163735
        },
        {
            "start": 931163738,
            "stop": 931163742
        },
        {
            "start": 931163743,
            "stop": 931163744
        },
        {
            "start": 931163747,
            "stop": 931163750
        },
        {
            "start": 931163751,
            "stop": 931163753
        },
        {
            "start": 931163755,
            "stop": 931163757
        },
        {
            "start": 931163759,
            "stop": 931163762
        },
        {
            "start": 931163764,
            "stop": 931163771
        },
        {
            "start": 931163773,
            "stop": 931163774
        },
        {
            "start": 931163777,
            "stop": 931163785
        },
        {
            "start": 931163789,
            "stop": 931163792
        },
        {
            "start": 931163794,
            "stop": 931163797
        },
        {
            "start": 931163799,
            "stop": 931163806
        },
        {
            "start": 931163812,
            "stop": 931163815
        },
        {
            "start": 931163817,
            "stop": 931163819
        },
        {
            "start": 931163820,
            "stop": 931163824
        },
        {
            "start": 931163827,
            "stop": 931163828
        },
        {
            "start": 931163829,
            "stop": 931163831
        },
        {
            "start": 931163832,
            "stop": 931163833
        }
    ]
}