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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2415",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2413",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2414,
    "results": [
        {
            "start": 873309493,
            "stop": 873310005
        },
        {
            "start": 873310022,
            "stop": 873310035
        },
        {
            "start": 873310052,
            "stop": 873310056
        },
        {
            "start": 873310073,
            "stop": 873310167
        },
        {
            "start": 873310184,
            "stop": 873310576
        },
        {
            "start": 873310593,
            "stop": 873311406
        },
        {
            "start": 873311423,
            "stop": 873312945
        },
        {
            "start": 873312962,
            "stop": 873317220
        },
        {
            "start": 873317280,
            "stop": 873318074
        },
        {
            "start": 873318081,
            "stop": 873318386
        },
        {
            "start": 873318796,
            "stop": 873321163
        },
        {
            "start": 873321180,
            "stop": 873321597
        },
        {
            "start": 873321614,
            "stop": 873322094
        },
        {
            "start": 873322129,
            "stop": 873322609
        },
        {
            "start": 873322626,
            "stop": 873323377
        },
        {
            "start": 873323394,
            "stop": 873325235
        },
        {
            "start": 873325252,
            "stop": 873326731
        },
        {
            "start": 873326748,
            "stop": 873339231
        },
        {
            "start": 873339248,
            "stop": 873339864
        },
        {
            "start": 873339881,
            "stop": 873343173
        }
    ]
}