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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=120",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=118",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 119,
    "results": [
        {
            "start": 857530374,
            "stop": 857531060
        },
        {
            "start": 857531671,
            "stop": 857544378
        },
        {
            "start": 857545339,
            "stop": 857551795
        },
        {
            "start": 857552645,
            "stop": 857559172
        },
        {
            "start": 857559774,
            "stop": 857580776
        },
        {
            "start": 857580808,
            "stop": 857582010
        },
        {
            "start": 857583894,
            "stop": 857592085
        },
        {
            "start": 857593865,
            "stop": 857596926
        },
        {
            "start": 857597962,
            "stop": 857632798
        },
        {
            "start": 857633885,
            "stop": 857636342
        },
        {
            "start": 857637670,
            "stop": 857639339
        },
        {
            "start": 857642133,
            "stop": 857645446
        },
        {
            "start": 857647201,
            "stop": 857652046
        },
        {
            "start": 857653542,
            "stop": 857667282
        },
        {
            "start": 857669641,
            "stop": 857673253
        },
        {
            "start": 857675267,
            "stop": 857678600
        },
        {
            "start": 857679613,
            "stop": 857682037
        },
        {
            "start": 857682621,
            "stop": 857686195
        },
        {
            "start": 857689497,
            "stop": 857695475
        },
        {
            "start": 857696660,
            "stop": 857706576
        }
    ]
}