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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=2",
    "previous": null,
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 1,
    "results": [
        {
            "start": 1396417050,
            "stop": 1396422670
        },
        {
            "start": 1396422673,
            "stop": 1396430384
        },
        {
            "start": 1396430388,
            "stop": 1396436412
        },
        {
            "start": 1396436415,
            "stop": 1396439847
        },
        {
            "start": 1396445734,
            "stop": 1396450369
        },
        {
            "start": 1396453407,
            "stop": 1396458041
        },
        {
            "start": 1396458044,
            "stop": 1396463441
        },
        {
            "start": 1396465334,
            "stop": 1396466429
        },
        {
            "start": 1396466432,
            "stop": 1396473541
        },
        {
            "start": 1396473544,
            "stop": 1396493238
        },
        {
            "start": 1396497422,
            "stop": 1396507302
        },
        {
            "start": 1396507305,
            "stop": 1396520415
        },
        {
            "start": 1396520629,
            "stop": 1396522182
        },
        {
            "start": 1396524953,
            "stop": 1396527482
        },
        {
            "start": 1396527485,
            "stop": 1396529157
        },
        {
            "start": 1396529160,
            "stop": 1396531261
        },
        {
            "start": 1396533966,
            "stop": 1396546978
        },
        {
            "start": 1396546982,
            "stop": 1396547585
        },
        {
            "start": 1396551743,
            "stop": 1396555728
        },
        {
            "start": 1396555731,
            "stop": 1396556364
        }
    ]
}