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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=94",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=92",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 93,
    "results": [
        {
            "start": 931319202,
            "stop": 931319387
        },
        {
            "start": 931319388,
            "stop": 931319458
        },
        {
            "start": 931321135,
            "stop": 931321138
        },
        {
            "start": 931321139,
            "stop": 931321386
        },
        {
            "start": 931321387,
            "stop": 931321532
        },
        {
            "start": 931321533,
            "stop": 931321817
        },
        {
            "start": 931321818,
            "stop": 931321849
        },
        {
            "start": 931321851,
            "stop": 931321895
        },
        {
            "start": 931321896,
            "stop": 931322102
        },
        {
            "start": 931322103,
            "stop": 931322127
        },
        {
            "start": 931322128,
            "stop": 931322174
        },
        {
            "start": 931322175,
            "stop": 931322416
        },
        {
            "start": 931322417,
            "stop": 931322504
        },
        {
            "start": 931322505,
            "stop": 931322796
        },
        {
            "start": 931322797,
            "stop": 931322934
        },
        {
            "start": 931322935,
            "stop": 931322955
        },
        {
            "start": 931322956,
            "stop": 931323006
        },
        {
            "start": 931323007,
            "stop": 931323048
        },
        {
            "start": 931323049,
            "stop": 931323108
        },
        {
            "start": 931323109,
            "stop": 931323306
        }
    ]
}