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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3593",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3591",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3592,
    "results": [
        {
            "start": 970416557,
            "stop": 970416593
        },
        {
            "start": 970416596,
            "stop": 970416597
        },
        {
            "start": 970416600,
            "stop": 970416606
        },
        {
            "start": 970416609,
            "stop": 970416615
        },
        {
            "start": 970416618,
            "stop": 970416623
        },
        {
            "start": 970416626,
            "stop": 970416644
        },
        {
            "start": 970416647,
            "stop": 970416696
        },
        {
            "start": 970416699,
            "stop": 970416721
        },
        {
            "start": 970416724,
            "stop": 970416759
        },
        {
            "start": 970416762,
            "stop": 970416859
        },
        {
            "start": 970416862,
            "stop": 970416864
        },
        {
            "start": 970416867,
            "stop": 970416883
        },
        {
            "start": 970416886,
            "stop": 970416892
        },
        {
            "start": 970416896,
            "stop": 970416909
        },
        {
            "start": 970417163,
            "stop": 970417168
        },
        {
            "start": 970417175,
            "stop": 970417182
        },
        {
            "start": 970417185,
            "stop": 970417210
        },
        {
            "start": 970417215,
            "stop": 970417264
        },
        {
            "start": 970417267,
            "stop": 970417280
        },
        {
            "start": 970417283,
            "stop": 970417328
        }
    ]
}