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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8383",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8381",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8382,
    "results": [
        {
            "start": 874865816,
            "stop": 874865870
        },
        {
            "start": 874865887,
            "stop": 874866000
        },
        {
            "start": 874866060,
            "stop": 874866069
        },
        {
            "start": 874866086,
            "stop": 874866180
        },
        {
            "start": 874866240,
            "stop": 874866387
        },
        {
            "start": 874866406,
            "stop": 874866600
        },
        {
            "start": 874866660,
            "stop": 874866741
        },
        {
            "start": 874866758,
            "stop": 874866840
        },
        {
            "start": 874866900,
            "stop": 874867151
        },
        {
            "start": 874875518,
            "stop": 874875524
        },
        {
            "start": 874875541,
            "stop": 874875706
        },
        {
            "start": 874875780,
            "stop": 874875881
        },
        {
            "start": 874875960,
            "stop": 874876212
        },
        {
            "start": 874876332,
            "stop": 874876689
        },
        {
            "start": 874876706,
            "stop": 874876963
        },
        {
            "start": 874877130,
            "stop": 874877377
        },
        {
            "start": 874877394,
            "stop": 874877450
        },
        {
            "start": 874877570,
            "stop": 874877700
        },
        {
            "start": 874877720,
            "stop": 874878577
        },
        {
            "start": 874878596,
            "stop": 874878840
        }
    ]
}