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=33130
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=33131",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33129",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33130,
    "results": [
        {
            "start": 970564724,
            "stop": 970564741
        },
        {
            "start": 970564743,
            "stop": 970564752
        },
        {
            "start": 970564753,
            "stop": 970564754
        },
        {
            "start": 970564755,
            "stop": 970564759
        },
        {
            "start": 970564760,
            "stop": 970564768
        },
        {
            "start": 970564769,
            "stop": 970564845
        },
        {
            "start": 970564846,
            "stop": 970564847
        },
        {
            "start": 970564849,
            "stop": 970564853
        },
        {
            "start": 970564855,
            "stop": 970564925
        },
        {
            "start": 970564926,
            "stop": 970564938
        },
        {
            "start": 970564942,
            "stop": 970564952
        },
        {
            "start": 970564953,
            "stop": 970564955
        },
        {
            "start": 970564957,
            "stop": 970564962
        },
        {
            "start": 970564963,
            "stop": 970564972
        },
        {
            "start": 970564978,
            "stop": 970564979
        },
        {
            "start": 970564981,
            "stop": 970564982
        },
        {
            "start": 970564986,
            "stop": 970565012
        },
        {
            "start": 970565013,
            "stop": 970565026
        },
        {
            "start": 970565028,
            "stop": 970565072
        },
        {
            "start": 970565073,
            "stop": 970565112
        }
    ]
}