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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8599",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8597",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8598,
    "results": [
        {
            "start": 870679055,
            "stop": 870679076
        },
        {
            "start": 870679093,
            "stop": 870681735
        },
        {
            "start": 870681742,
            "stop": 870681769
        },
        {
            "start": 870681777,
            "stop": 870681779
        },
        {
            "start": 870681789,
            "stop": 870682020
        },
        {
            "start": 870682140,
            "stop": 870685258
        },
        {
            "start": 870685275,
            "stop": 870685490
        },
        {
            "start": 870685570,
            "stop": 870685725
        },
        {
            "start": 870685742,
            "stop": 870685814
        },
        {
            "start": 870685831,
            "stop": 870688298
        },
        {
            "start": 870688315,
            "stop": 870692728
        },
        {
            "start": 870692745,
            "stop": 870695990
        },
        {
            "start": 870696070,
            "stop": 870697550
        },
        {
            "start": 870697690,
            "stop": 870697850
        },
        {
            "start": 870697930,
            "stop": 870699734
        },
        {
            "start": 870699751,
            "stop": 870701169
        },
        {
            "start": 870701238,
            "stop": 870702047
        },
        {
            "start": 870702064,
            "stop": 870704750
        },
        {
            "start": 870704830,
            "stop": 870706970
        },
        {
            "start": 870707050,
            "stop": 870707077
        }
    ]
}