Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=49
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=50",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=48",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 49,
    "results": [
        {
            "start": 822354283,
            "stop": 822357657
        },
        {
            "start": 822358351,
            "stop": 822361481
        },
        {
            "start": 822361555,
            "stop": 822366347
        },
        {
            "start": 822366444,
            "stop": 822368620
        },
        {
            "start": 822368823,
            "stop": 822371360
        },
        {
            "start": 822371496,
            "stop": 822379676
        },
        {
            "start": 822379754,
            "stop": 822380112
        },
        {
            "start": 822380196,
            "stop": 822380210
        },
        {
            "start": 822380258,
            "stop": 822382759
        },
        {
            "start": 822382820,
            "stop": 822393024
        },
        {
            "start": 822393778,
            "stop": 822393855
        },
        {
            "start": 822397076,
            "stop": 822401983
        },
        {
            "start": 822402216,
            "stop": 822411715
        },
        {
            "start": 822411823,
            "stop": 822412180
        },
        {
            "start": 822412276,
            "stop": 822412341
        },
        {
            "start": 822412534,
            "stop": 822413403
        },
        {
            "start": 822413593,
            "stop": 822416166
        },
        {
            "start": 822416230,
            "stop": 822417182
        },
        {
            "start": 822424877,
            "stop": 822425003
        },
        {
            "start": 822425058,
            "stop": 822425102
        }
    ]
}