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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=52",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=50",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 51,
    "results": [
        {
            "start": 823209584,
            "stop": 823223136
        },
        {
            "start": 823225641,
            "stop": 823235410
        },
        {
            "start": 823235467,
            "stop": 823240827
        },
        {
            "start": 823243120,
            "stop": 823243901
        },
        {
            "start": 823248158,
            "stop": 823261712
        },
        {
            "start": 823261776,
            "stop": 823273960
        },
        {
            "start": 823274402,
            "stop": 823277662
        },
        {
            "start": 823279064,
            "stop": 823280243
        },
        {
            "start": 823281109,
            "stop": 823282943
        },
        {
            "start": 823328161,
            "stop": 823336861
        },
        {
            "start": 823339195,
            "stop": 823355548
        },
        {
            "start": 823356287,
            "stop": 823361284
        },
        {
            "start": 823410891,
            "stop": 823423486
        },
        {
            "start": 823426108,
            "stop": 823449969
        },
        {
            "start": 823450225,
            "stop": 823450810
        },
        {
            "start": 823517554,
            "stop": 823531522
        },
        {
            "start": 823601121,
            "stop": 823613886
        },
        {
            "start": 823613990,
            "stop": 823615188
        },
        {
            "start": 823616642,
            "stop": 823617734
        },
        {
            "start": 823698641,
            "stop": 823711817
        }
    ]
}