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=5236
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=5237",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5235",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5236,
    "results": [
        {
            "start": 875153714,
            "stop": 875153970
        },
        {
            "start": 875162343,
            "stop": 875166090
        },
        {
            "start": 875166097,
            "stop": 875166181
        },
        {
            "start": 875166194,
            "stop": 875166200
        },
        {
            "start": 875166207,
            "stop": 875166237
        },
        {
            "start": 875166244,
            "stop": 875166253
        },
        {
            "start": 875171323,
            "stop": 875174598
        },
        {
            "start": 875174605,
            "stop": 875175034
        },
        {
            "start": 875175042,
            "stop": 875175310
        },
        {
            "start": 875175317,
            "stop": 875176016
        },
        {
            "start": 875176024,
            "stop": 875176121
        },
        {
            "start": 875176128,
            "stop": 875176199
        },
        {
            "start": 875176206,
            "stop": 875176288
        },
        {
            "start": 875176295,
            "stop": 875176538
        },
        {
            "start": 875176545,
            "stop": 875176896
        },
        {
            "start": 875176903,
            "stop": 875177097
        },
        {
            "start": 875177104,
            "stop": 875177363
        },
        {
            "start": 875177374,
            "stop": 875177532
        },
        {
            "start": 875177539,
            "stop": 875177820
        },
        {
            "start": 875177827,
            "stop": 875177978
        }
    ]
}