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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=237",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=235",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 236,
    "results": [
        {
            "start": 821680291,
            "stop": 821680297
        },
        {
            "start": 821680301,
            "stop": 821680314
        },
        {
            "start": 821680317,
            "stop": 821680337
        },
        {
            "start": 821680343,
            "stop": 821680346
        },
        {
            "start": 821680349,
            "stop": 821680354
        },
        {
            "start": 821680357,
            "stop": 821680362
        },
        {
            "start": 821680371,
            "stop": 821680390
        },
        {
            "start": 821680393,
            "stop": 821680395
        },
        {
            "start": 821680401,
            "stop": 821680406
        },
        {
            "start": 821680409,
            "stop": 821680411
        },
        {
            "start": 821680414,
            "stop": 821680415
        },
        {
            "start": 821680425,
            "stop": 821680429
        },
        {
            "start": 821680435,
            "stop": 821680441
        },
        {
            "start": 821680444,
            "stop": 821680459
        },
        {
            "start": 821680462,
            "stop": 821680467
        },
        {
            "start": 821680470,
            "stop": 821680487
        },
        {
            "start": 821680490,
            "stop": 821680491
        },
        {
            "start": 821680500,
            "stop": 821680503
        },
        {
            "start": 821680506,
            "stop": 821680507
        },
        {
            "start": 821680510,
            "stop": 821680513
        }
    ]
}