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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=755",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=753",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 754,
    "results": [
        {
            "start": 858767790,
            "stop": 858776785
        },
        {
            "start": 858777410,
            "stop": 858783390
        },
        {
            "start": 858783450,
            "stop": 858783570
        },
        {
            "start": 858783630,
            "stop": 858783930
        },
        {
            "start": 858784050,
            "stop": 858784350
        },
        {
            "start": 858784530,
            "stop": 858784650
        },
        {
            "start": 858785010,
            "stop": 858785018
        },
        {
            "start": 858792268,
            "stop": 858792449
        },
        {
            "start": 858793100,
            "stop": 858797910
        },
        {
            "start": 858800052,
            "stop": 858801221
        },
        {
            "start": 858801223,
            "stop": 858803970
        },
        {
            "start": 858804090,
            "stop": 858805110
        },
        {
            "start": 858810836,
            "stop": 858810930
        },
        {
            "start": 858810990,
            "stop": 858811110
        },
        {
            "start": 858811170,
            "stop": 858811350
        },
        {
            "start": 858811470,
            "stop": 858819210
        },
        {
            "start": 858825931,
            "stop": 858849819
        },
        {
            "start": 858849820,
            "stop": 858885535
        },
        {
            "start": 858887470,
            "stop": 858892087
        },
        {
            "start": 858892091,
            "stop": 858892104
        }
    ]
}