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=18
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=19",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=17",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 18,
    "results": [
        {
            "start": 817032868,
            "stop": 817043299
        },
        {
            "start": 817043312,
            "stop": 817048443
        },
        {
            "start": 817048455,
            "stop": 817063557
        },
        {
            "start": 817063570,
            "stop": 817067528
        },
        {
            "start": 817067541,
            "stop": 817068493
        },
        {
            "start": 817069582,
            "stop": 817075465
        },
        {
            "start": 817075478,
            "stop": 817084075
        },
        {
            "start": 817084088,
            "stop": 817090703
        },
        {
            "start": 817090715,
            "stop": 817097992
        },
        {
            "start": 817098005,
            "stop": 817099317
        },
        {
            "start": 817099330,
            "stop": 817101969
        },
        {
            "start": 817101982,
            "stop": 817103298
        },
        {
            "start": 817103311,
            "stop": 817105287
        },
        {
            "start": 817105299,
            "stop": 817107052
        },
        {
            "start": 817108111,
            "stop": 817125843
        },
        {
            "start": 817125856,
            "stop": 817133317
        },
        {
            "start": 817133324,
            "stop": 817136467
        },
        {
            "start": 817136479,
            "stop": 817139483
        },
        {
            "start": 817139496,
            "stop": 817144764
        },
        {
            "start": 817144771,
            "stop": 817163709
        }
    ]
}