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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=39",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=37",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 38,
    "results": [
        {
            "start": 820894866,
            "stop": 820894900
        },
        {
            "start": 820894905,
            "stop": 820894910
        },
        {
            "start": 820894914,
            "stop": 820894930
        },
        {
            "start": 820894938,
            "stop": 820894944
        },
        {
            "start": 820894976,
            "stop": 820894992
        },
        {
            "start": 820894996,
            "stop": 820895011
        },
        {
            "start": 820895016,
            "stop": 820895021
        },
        {
            "start": 820895025,
            "stop": 820895032
        },
        {
            "start": 820895035,
            "stop": 820895056
        },
        {
            "start": 820895060,
            "stop": 820895066
        },
        {
            "start": 820895075,
            "stop": 820895091
        },
        {
            "start": 820895095,
            "stop": 820895111
        },
        {
            "start": 820895114,
            "stop": 820895120
        },
        {
            "start": 820895129,
            "stop": 820895135
        },
        {
            "start": 820895138,
            "stop": 820895149
        },
        {
            "start": 820895153,
            "stop": 820895168
        },
        {
            "start": 820895172,
            "stop": 820895192
        },
        {
            "start": 820895201,
            "stop": 820895211
        },
        {
            "start": 820895216,
            "stop": 820895408
        },
        {
            "start": 820895417,
            "stop": 820895442
        }
    ]
}