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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7054",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7052",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7053,
    "results": [
        {
            "start": 873962247,
            "stop": 873962668
        },
        {
            "start": 873962670,
            "stop": 873962854
        },
        {
            "start": 873962855,
            "stop": 873963007
        },
        {
            "start": 873963008,
            "stop": 873963220
        },
        {
            "start": 873963221,
            "stop": 873963389
        },
        {
            "start": 873963390,
            "stop": 873963677
        },
        {
            "start": 873963678,
            "stop": 873964067
        },
        {
            "start": 873964069,
            "stop": 873964085
        },
        {
            "start": 873964086,
            "stop": 873964106
        },
        {
            "start": 873964216,
            "stop": 873964219
        },
        {
            "start": 873964220,
            "stop": 873964241
        },
        {
            "start": 873964541,
            "stop": 873964546
        },
        {
            "start": 873964547,
            "stop": 873964572
        },
        {
            "start": 873964574,
            "stop": 873964584
        },
        {
            "start": 873964585,
            "stop": 873964837
        },
        {
            "start": 873964839,
            "stop": 873964900
        },
        {
            "start": 873964902,
            "stop": 873964904
        },
        {
            "start": 873964905,
            "stop": 873964917
        },
        {
            "start": 873964918,
            "stop": 873964921
        },
        {
            "start": 873964922,
            "stop": 873964924
        }
    ]
}