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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_CBC_CAT2/segments?format=api&page=61",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_CBC_CAT2/segments?format=api&page=59",
    "results_count": 1350,
    "results_per_page": 20,
    "num_pages": 68,
    "page_number": 60,
    "results": [
        {
            "start": 1251985812,
            "stop": 1251985817
        },
        {
            "start": 1251996921,
            "stop": 1252000313
        },
        {
            "start": 1252000429,
            "stop": 1252008839
        },
        {
            "start": 1252010482,
            "stop": 1252010854
        },
        {
            "start": 1252015957,
            "stop": 1252028546
        },
        {
            "start": 1252028562,
            "stop": 1252045547
        },
        {
            "start": 1252073103,
            "stop": 1252122015
        },
        {
            "start": 1252149384,
            "stop": 1252154752
        },
        {
            "start": 1252156238,
            "stop": 1252161763
        },
        {
            "start": 1252161779,
            "stop": 1252178411
        },
        {
            "start": 1252179811,
            "stop": 1252201978
        },
        {
            "start": 1252204152,
            "stop": 1252204511
        },
        {
            "start": 1252205741,
            "stop": 1252208555
        },
        {
            "start": 1252208571,
            "stop": 1252210211
        },
        {
            "start": 1252210235,
            "stop": 1252222637
        },
        {
            "start": 1252224076,
            "stop": 1252231044
        },
        {
            "start": 1252231122,
            "stop": 1252231635
        },
        {
            "start": 1252231651,
            "stop": 1252245645
        },
        {
            "start": 1252245715,
            "stop": 1252246585
        },
        {
            "start": 1252264106,
            "stop": 1252296510
        }
    ]
}