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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29475",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29473",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29474,
    "results": [
        {
            "start": 971559849,
            "stop": 971559862
        },
        {
            "start": 971559865,
            "stop": 971559868
        },
        {
            "start": 971559869,
            "stop": 971559870
        },
        {
            "start": 971559872,
            "stop": 971559886
        },
        {
            "start": 971559887,
            "stop": 971559889
        },
        {
            "start": 971559891,
            "stop": 971559908
        },
        {
            "start": 971559909,
            "stop": 971559928
        },
        {
            "start": 971559929,
            "stop": 971559936
        },
        {
            "start": 971559937,
            "stop": 971559940
        },
        {
            "start": 971559941,
            "stop": 971559945
        },
        {
            "start": 971559948,
            "stop": 971559951
        },
        {
            "start": 971559956,
            "stop": 971559958
        },
        {
            "start": 971559959,
            "stop": 971559966
        },
        {
            "start": 971559968,
            "stop": 971559971
        },
        {
            "start": 971559973,
            "stop": 971559978
        },
        {
            "start": 971559980,
            "stop": 971559981
        },
        {
            "start": 971559984,
            "stop": 971559985
        },
        {
            "start": 971559987,
            "stop": 971559999
        },
        {
            "start": 971560000,
            "stop": 971560005
        },
        {
            "start": 971560006,
            "stop": 971560016
        }
    ]
}