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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2488",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2486",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2487,
    "results": [
        {
            "start": 875182299,
            "stop": 875182740
        },
        {
            "start": 875183040,
            "stop": 875183100
        },
        {
            "start": 875183340,
            "stop": 875183400
        },
        {
            "start": 875183760,
            "stop": 875183820
        },
        {
            "start": 875187060,
            "stop": 875187120
        },
        {
            "start": 875187780,
            "stop": 875187960
        },
        {
            "start": 875188020,
            "stop": 875188320
        },
        {
            "start": 875188800,
            "stop": 875188980
        },
        {
            "start": 875189160,
            "stop": 875190381
        },
        {
            "start": 875190388,
            "stop": 875197484
        },
        {
            "start": 875197491,
            "stop": 875197500
        },
        {
            "start": 875197560,
            "stop": 875197807
        },
        {
            "start": 875197814,
            "stop": 875200548
        },
        {
            "start": 875200555,
            "stop": 875200574
        },
        {
            "start": 875200581,
            "stop": 875200615
        },
        {
            "start": 875200624,
            "stop": 875200654
        },
        {
            "start": 875200661,
            "stop": 875200702
        },
        {
            "start": 875200709,
            "stop": 875200810
        },
        {
            "start": 875200817,
            "stop": 875202961
        },
        {
            "start": 875202969,
            "stop": 875203314
        }
    ]
}