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=6660
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=6661",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6659",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6660,
    "results": [
        {
            "start": 875039576,
            "stop": 875039579
        },
        {
            "start": 875039580,
            "stop": 875039863
        },
        {
            "start": 875039864,
            "stop": 875040040
        },
        {
            "start": 875040041,
            "stop": 875040142
        },
        {
            "start": 875040143,
            "stop": 875040222
        },
        {
            "start": 875040223,
            "stop": 875040288
        },
        {
            "start": 875040289,
            "stop": 875040431
        },
        {
            "start": 875040432,
            "stop": 875040620
        },
        {
            "start": 875040622,
            "stop": 875040687
        },
        {
            "start": 875040689,
            "stop": 875040715
        },
        {
            "start": 875040716,
            "stop": 875040901
        },
        {
            "start": 875040902,
            "stop": 875040917
        },
        {
            "start": 875040918,
            "stop": 875040970
        },
        {
            "start": 875040971,
            "stop": 875041050
        },
        {
            "start": 875041052,
            "stop": 875041055
        },
        {
            "start": 875041056,
            "stop": 875041128
        },
        {
            "start": 875041129,
            "stop": 875041214
        },
        {
            "start": 875041215,
            "stop": 875041228
        },
        {
            "start": 875041229,
            "stop": 875041307
        },
        {
            "start": 875041309,
            "stop": 875041350
        }
    ]
}