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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=753",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=751",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 752,
    "results": [
        {
            "start": 873905596,
            "stop": 873912386
        },
        {
            "start": 873942406,
            "stop": 873958830
        },
        {
            "start": 873959440,
            "stop": 873964050
        },
        {
            "start": 873965683,
            "stop": 873994628
        },
        {
            "start": 873995247,
            "stop": 873995551
        },
        {
            "start": 873998207,
            "stop": 874015300
        },
        {
            "start": 874016595,
            "stop": 874023757
        },
        {
            "start": 874024251,
            "stop": 874044316
        },
        {
            "start": 874044333,
            "stop": 874075530
        },
        {
            "start": 874075650,
            "stop": 874078144
        },
        {
            "start": 874078158,
            "stop": 874087548
        },
        {
            "start": 874088911,
            "stop": 874092360
        },
        {
            "start": 874092420,
            "stop": 874132229
        },
        {
            "start": 874132870,
            "stop": 874145970
        },
        {
            "start": 874146030,
            "stop": 874162433
        },
        {
            "start": 874182367,
            "stop": 874183170
        },
        {
            "start": 874183230,
            "stop": 874186345
        },
        {
            "start": 874187038,
            "stop": 874187786
        },
        {
            "start": 874188391,
            "stop": 874189111
        },
        {
            "start": 874190114,
            "stop": 874190369
        }
    ]
}