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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=697",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=695",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 696,
    "results": [
        {
            "start": 857515722,
            "stop": 857516498
        },
        {
            "start": 857517570,
            "stop": 857521931
        },
        {
            "start": 857523555,
            "stop": 857529226
        },
        {
            "start": 857530374,
            "stop": 857531030
        },
        {
            "start": 857531671,
            "stop": 857544348
        },
        {
            "start": 857545339,
            "stop": 857551781
        },
        {
            "start": 857552645,
            "stop": 857559142
        },
        {
            "start": 857559774,
            "stop": 857580776
        },
        {
            "start": 857580808,
            "stop": 857581980
        },
        {
            "start": 857583894,
            "stop": 857592055
        },
        {
            "start": 857593865,
            "stop": 857596896
        },
        {
            "start": 857597962,
            "stop": 857632768
        },
        {
            "start": 857633885,
            "stop": 857636312
        },
        {
            "start": 857637670,
            "stop": 857639309
        },
        {
            "start": 857642133,
            "stop": 857645416
        },
        {
            "start": 857647201,
            "stop": 857652016
        },
        {
            "start": 857653542,
            "stop": 857655510
        },
        {
            "start": 857655512,
            "stop": 857667252
        },
        {
            "start": 857669641,
            "stop": 857672854
        },
        {
            "start": 857675267,
            "stop": 857678570
        }
    ]
}