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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3928",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3926",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3927,
    "results": [
        {
            "start": 874193309,
            "stop": 874193342
        },
        {
            "start": 874193738,
            "stop": 874194005
        },
        {
            "start": 874194009,
            "stop": 874194037
        },
        {
            "start": 874194044,
            "stop": 874194056
        },
        {
            "start": 874194061,
            "stop": 874194071
        },
        {
            "start": 874194074,
            "stop": 874194076
        },
        {
            "start": 874194079,
            "stop": 874194085
        },
        {
            "start": 874194088,
            "stop": 874194124
        },
        {
            "start": 874194127,
            "stop": 874194139
        },
        {
            "start": 874194143,
            "stop": 874194144
        },
        {
            "start": 874194154,
            "stop": 874194155
        },
        {
            "start": 874194158,
            "stop": 874194163
        },
        {
            "start": 874194166,
            "stop": 874194168
        },
        {
            "start": 874194172,
            "stop": 874194231
        },
        {
            "start": 874194234,
            "stop": 874194446
        },
        {
            "start": 874194449,
            "stop": 874201950
        },
        {
            "start": 874201953,
            "stop": 874203418
        },
        {
            "start": 874203421,
            "stop": 874205369
        },
        {
            "start": 874205372,
            "stop": 874216223
        },
        {
            "start": 874216226,
            "stop": 874216228
        }
    ]
}