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=5272
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=5273",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5271",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5272,
    "results": [
        {
            "start": 875228078,
            "stop": 875228167
        },
        {
            "start": 875228179,
            "stop": 875228187
        },
        {
            "start": 875228194,
            "stop": 875228212
        },
        {
            "start": 875228219,
            "stop": 875228349
        },
        {
            "start": 875228356,
            "stop": 875228362
        },
        {
            "start": 875228372,
            "stop": 875228380
        },
        {
            "start": 875228387,
            "stop": 875228432
        },
        {
            "start": 875228439,
            "stop": 875228464
        },
        {
            "start": 875228471,
            "stop": 875228472
        },
        {
            "start": 875228484,
            "stop": 875228490
        },
        {
            "start": 875228497,
            "stop": 875228545
        },
        {
            "start": 875228552,
            "stop": 875228592
        },
        {
            "start": 875228603,
            "stop": 875228645
        },
        {
            "start": 875228652,
            "stop": 875228674
        },
        {
            "start": 875228681,
            "stop": 875228706
        },
        {
            "start": 875228714,
            "stop": 875228718
        },
        {
            "start": 875228725,
            "stop": 875228766
        },
        {
            "start": 875228774,
            "stop": 875228794
        },
        {
            "start": 875228802,
            "stop": 875228863
        },
        {
            "start": 875228875,
            "stop": 875228892
        }
    ]
}