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=228
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=229",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=227",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 228,
    "results": [
        {
            "start": 820551550,
            "stop": 820552303
        },
        {
            "start": 820552311,
            "stop": 820552544
        },
        {
            "start": 820552551,
            "stop": 820552718
        },
        {
            "start": 820552725,
            "stop": 820552830
        },
        {
            "start": 820552837,
            "stop": 820553790
        },
        {
            "start": 820553804,
            "stop": 820554141
        },
        {
            "start": 820554148,
            "stop": 820554321
        },
        {
            "start": 820554328,
            "stop": 820554544
        },
        {
            "start": 820556256,
            "stop": 820557373
        },
        {
            "start": 820557419,
            "stop": 820557420
        },
        {
            "start": 820558606,
            "stop": 820558719
        },
        {
            "start": 820558726,
            "stop": 820558981
        },
        {
            "start": 820558988,
            "stop": 820559077
        },
        {
            "start": 820559084,
            "stop": 820559510
        },
        {
            "start": 820559590,
            "stop": 820559993
        },
        {
            "start": 820560001,
            "stop": 820560278
        },
        {
            "start": 820560285,
            "stop": 820560453
        },
        {
            "start": 820560460,
            "stop": 820560518
        },
        {
            "start": 820560526,
            "stop": 820560581
        },
        {
            "start": 820560588,
            "stop": 820560891
        }
    ]
}