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=4937
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=4938",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4936",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 4937,
    "results": [
        {
            "start": 874411888,
            "stop": 874412038
        },
        {
            "start": 874412045,
            "stop": 874412152
        },
        {
            "start": 874412159,
            "stop": 874412310
        },
        {
            "start": 874412317,
            "stop": 874412388
        },
        {
            "start": 874412395,
            "stop": 874412434
        },
        {
            "start": 874412441,
            "stop": 874412628
        },
        {
            "start": 874412636,
            "stop": 874412843
        },
        {
            "start": 874412850,
            "stop": 874413104
        },
        {
            "start": 874413111,
            "stop": 874413186
        },
        {
            "start": 874413194,
            "stop": 874413236
        },
        {
            "start": 874413243,
            "stop": 874413290
        },
        {
            "start": 874413297,
            "stop": 874413335
        },
        {
            "start": 874413342,
            "stop": 874413509
        },
        {
            "start": 874413521,
            "stop": 874413563
        },
        {
            "start": 874413575,
            "stop": 874413608
        },
        {
            "start": 874413624,
            "stop": 874413714
        },
        {
            "start": 874413721,
            "stop": 874413736
        },
        {
            "start": 874413743,
            "stop": 874413847
        },
        {
            "start": 874413854,
            "stop": 874413897
        },
        {
            "start": 874413904,
            "stop": 874414074
        }
    ]
}