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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40649",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40647",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40648,
    "results": [
        {
            "start": 874915900,
            "stop": 874915901
        },
        {
            "start": 874915902,
            "stop": 874915915
        },
        {
            "start": 874915917,
            "stop": 874915921
        },
        {
            "start": 874915922,
            "stop": 874915924
        },
        {
            "start": 874915926,
            "stop": 874915958
        },
        {
            "start": 874915959,
            "stop": 874915986
        },
        {
            "start": 874915987,
            "stop": 874915991
        },
        {
            "start": 874915992,
            "stop": 874916008
        },
        {
            "start": 874916009,
            "stop": 874916020
        },
        {
            "start": 874916021,
            "stop": 874916036
        },
        {
            "start": 874916037,
            "stop": 874916051
        },
        {
            "start": 874916052,
            "stop": 874916059
        },
        {
            "start": 874916060,
            "stop": 874916061
        },
        {
            "start": 874916064,
            "stop": 874916068
        },
        {
            "start": 874916069,
            "stop": 874916079
        },
        {
            "start": 874916080,
            "stop": 874916107
        },
        {
            "start": 874916108,
            "stop": 874916114
        },
        {
            "start": 874916115,
            "stop": 874916137
        },
        {
            "start": 874916140,
            "stop": 874916141
        },
        {
            "start": 874916142,
            "stop": 874916151
        }
    ]
}