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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5158",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5156",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5157,
    "results": [
        {
            "start": 874730997,
            "stop": 874731201
        },
        {
            "start": 874731208,
            "stop": 874731326
        },
        {
            "start": 874731338,
            "stop": 874731400
        },
        {
            "start": 874731407,
            "stop": 874731433
        },
        {
            "start": 874731440,
            "stop": 874731535
        },
        {
            "start": 874731545,
            "stop": 874731671
        },
        {
            "start": 874731685,
            "stop": 874731729
        },
        {
            "start": 874731741,
            "stop": 874731789
        },
        {
            "start": 874731796,
            "stop": 874731848
        },
        {
            "start": 874731855,
            "stop": 874732021
        },
        {
            "start": 874732029,
            "stop": 874732150
        },
        {
            "start": 874732158,
            "stop": 874732160
        },
        {
            "start": 874732167,
            "stop": 874732236
        },
        {
            "start": 874732243,
            "stop": 874732290
        },
        {
            "start": 874732297,
            "stop": 874732589
        },
        {
            "start": 874732596,
            "stop": 874732644
        },
        {
            "start": 874732651,
            "stop": 874732671
        },
        {
            "start": 874732679,
            "stop": 874732742
        },
        {
            "start": 874732750,
            "stop": 874732792
        },
        {
            "start": 874732799,
            "stop": 874732988
        }
    ]
}