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=811
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=812",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=810",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 811,
    "results": [
        {
            "start": 874016595,
            "stop": 874023741
        },
        {
            "start": 874024251,
            "stop": 874044324
        },
        {
            "start": 874044325,
            "stop": 874078144
        },
        {
            "start": 874078148,
            "stop": 874087531
        },
        {
            "start": 874088911,
            "stop": 874092360
        },
        {
            "start": 874092420,
            "stop": 874132229
        },
        {
            "start": 874132870,
            "stop": 874162433
        },
        {
            "start": 874182367,
            "stop": 874186345
        },
        {
            "start": 874187038,
            "stop": 874187786
        },
        {
            "start": 874188391,
            "stop": 874189094
        },
        {
            "start": 874190114,
            "stop": 874190369
        },
        {
            "start": 874190373,
            "stop": 874193688
        },
        {
            "start": 874194344,
            "stop": 874199626
        },
        {
            "start": 874199629,
            "stop": 874199835
        },
        {
            "start": 874199838,
            "stop": 874203041
        },
        {
            "start": 874203045,
            "stop": 874203210
        },
        {
            "start": 874203213,
            "stop": 874203275
        },
        {
            "start": 874203278,
            "stop": 874204362
        },
        {
            "start": 874204365,
            "stop": 874211257
        },
        {
            "start": 874211261,
            "stop": 874227039
        }
    ]
}