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=5212
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=5213",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5211",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5212,
    "results": [
        {
            "start": 875109875,
            "stop": 875112445
        },
        {
            "start": 875112452,
            "stop": 875113980
        },
        {
            "start": 875113987,
            "stop": 875114069
        },
        {
            "start": 875114076,
            "stop": 875114345
        },
        {
            "start": 875114352,
            "stop": 875114893
        },
        {
            "start": 875114901,
            "stop": 875115042
        },
        {
            "start": 875115049,
            "stop": 875115232
        },
        {
            "start": 875115239,
            "stop": 875116078
        },
        {
            "start": 875116085,
            "stop": 875116092
        },
        {
            "start": 875116099,
            "stop": 875116103
        },
        {
            "start": 875116110,
            "stop": 875116237
        },
        {
            "start": 875116244,
            "stop": 875116250
        },
        {
            "start": 875116258,
            "stop": 875116343
        },
        {
            "start": 875116350,
            "stop": 875116580
        },
        {
            "start": 875116587,
            "stop": 875116738
        },
        {
            "start": 875116746,
            "stop": 875116778
        },
        {
            "start": 875116785,
            "stop": 875117341
        },
        {
            "start": 875117348,
            "stop": 875117522
        },
        {
            "start": 875117530,
            "stop": 875118003
        },
        {
            "start": 875118011,
            "stop": 875118270
        }
    ]
}