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=153
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=154",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=152",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 153,
    "results": [
        {
            "start": 931450433,
            "stop": 931450463
        },
        {
            "start": 931450465,
            "stop": 931450499
        },
        {
            "start": 931450501,
            "stop": 931450528
        },
        {
            "start": 931450530,
            "stop": 931450643
        },
        {
            "start": 931450645,
            "stop": 931450719
        },
        {
            "start": 931450722,
            "stop": 931450859
        },
        {
            "start": 931450861,
            "stop": 931450888
        },
        {
            "start": 931450890,
            "stop": 931450900
        },
        {
            "start": 931450901,
            "stop": 931450922
        },
        {
            "start": 931450923,
            "stop": 931450945
        },
        {
            "start": 931450947,
            "stop": 931450975
        },
        {
            "start": 931450977,
            "stop": 931450995
        },
        {
            "start": 931450997,
            "stop": 931451017
        },
        {
            "start": 931451019,
            "stop": 931451090
        },
        {
            "start": 931451092,
            "stop": 931451100
        },
        {
            "start": 931451102,
            "stop": 931451103
        },
        {
            "start": 931451105,
            "stop": 931451184
        },
        {
            "start": 931451186,
            "stop": 931451205
        },
        {
            "start": 931451207,
            "stop": 931451232
        },
        {
            "start": 931451233,
            "stop": 931451239
        }
    ]
}