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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=161",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=159",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 160,
    "results": [
        {
            "start": 819952837,
            "stop": 819952958
        },
        {
            "start": 819952965,
            "stop": 819953311
        },
        {
            "start": 819953318,
            "stop": 819953594
        },
        {
            "start": 819953601,
            "stop": 819953847
        },
        {
            "start": 819953854,
            "stop": 819953896
        },
        {
            "start": 819953903,
            "stop": 819954246
        },
        {
            "start": 819954253,
            "stop": 819954399
        },
        {
            "start": 819954406,
            "stop": 819956179
        },
        {
            "start": 819956186,
            "stop": 819956284
        },
        {
            "start": 819956291,
            "stop": 819956311
        },
        {
            "start": 819956319,
            "stop": 819957116
        },
        {
            "start": 819957123,
            "stop": 819957174
        },
        {
            "start": 819957181,
            "stop": 819957622
        },
        {
            "start": 819957629,
            "stop": 819957928
        },
        {
            "start": 819957935,
            "stop": 819958561
        },
        {
            "start": 819958569,
            "stop": 819958602
        },
        {
            "start": 819958609,
            "stop": 819958666
        },
        {
            "start": 819958673,
            "stop": 819958892
        },
        {
            "start": 819958906,
            "stop": 819959032
        },
        {
            "start": 819959039,
            "stop": 819959232
        }
    ]
}