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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=216",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=214",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 215,
    "results": [
        {
            "start": 857462456,
            "stop": 857495488
        },
        {
            "start": 857502227,
            "stop": 857502308
        },
        {
            "start": 857503093,
            "stop": 857505388
        },
        {
            "start": 857505972,
            "stop": 857507470
        },
        {
            "start": 857508106,
            "stop": 857509742
        },
        {
            "start": 857513028,
            "stop": 857514369
        },
        {
            "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
        }
    ]
}