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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=311",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=309",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 310,
    "results": [
        {
            "start": 821743315,
            "stop": 821743316
        },
        {
            "start": 821743801,
            "stop": 821743804
        },
        {
            "start": 821743810,
            "stop": 821743811
        },
        {
            "start": 821743814,
            "stop": 821743821
        },
        {
            "start": 821743824,
            "stop": 821743837
        },
        {
            "start": 821743840,
            "stop": 821743848
        },
        {
            "start": 821743851,
            "stop": 821743854
        },
        {
            "start": 821743857,
            "stop": 821743863
        },
        {
            "start": 821743868,
            "stop": 821743870
        },
        {
            "start": 821743876,
            "stop": 821743878
        },
        {
            "start": 821743881,
            "stop": 821743886
        },
        {
            "start": 821743889,
            "stop": 821743892
        },
        {
            "start": 821743895,
            "stop": 821743910
        },
        {
            "start": 821743915,
            "stop": 821743932
        },
        {
            "start": 821743938,
            "stop": 821743939
        },
        {
            "start": 821743942,
            "stop": 821743946
        },
        {
            "start": 821743949,
            "stop": 821743951
        },
        {
            "start": 821743955,
            "stop": 821743971
        },
        {
            "start": 821743975,
            "stop": 821743979
        },
        {
            "start": 821743982,
            "stop": 821743991
        }
    ]
}