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=454
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=455",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=453",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 454,
    "results": [
        {
            "start": 821777469,
            "stop": 821777472
        },
        {
            "start": 821777475,
            "stop": 821777477
        },
        {
            "start": 821777482,
            "stop": 821777493
        },
        {
            "start": 821777499,
            "stop": 821777500
        },
        {
            "start": 821777510,
            "stop": 821777513
        },
        {
            "start": 821777516,
            "stop": 821777518
        },
        {
            "start": 821777524,
            "stop": 821777527
        },
        {
            "start": 821777530,
            "stop": 821777541
        },
        {
            "start": 821777546,
            "stop": 821777555
        },
        {
            "start": 821777559,
            "stop": 821777561
        },
        {
            "start": 821777564,
            "stop": 821777565
        },
        {
            "start": 821777568,
            "stop": 821777571
        },
        {
            "start": 821777580,
            "stop": 821777588
        },
        {
            "start": 821777591,
            "stop": 821777601
        },
        {
            "start": 821777604,
            "stop": 821777606
        },
        {
            "start": 821777612,
            "stop": 821777613
        },
        {
            "start": 821777621,
            "stop": 821777622
        },
        {
            "start": 821777625,
            "stop": 821777626
        },
        {
            "start": 821777632,
            "stop": 821777633
        },
        {
            "start": 821777638,
            "stop": 821777639
        }
    ]
}