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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9112",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9110",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9111,
    "results": [
        {
            "start": 874846896,
            "stop": 874846923
        },
        {
            "start": 874846942,
            "stop": 874846980
        },
        {
            "start": 874865711,
            "stop": 874865715
        },
        {
            "start": 874865772,
            "stop": 874865799
        },
        {
            "start": 874865816,
            "stop": 874865870
        },
        {
            "start": 874865887,
            "stop": 874866069
        },
        {
            "start": 874866086,
            "stop": 874866387
        },
        {
            "start": 874866406,
            "stop": 874866741
        },
        {
            "start": 874866758,
            "stop": 874867151
        },
        {
            "start": 874875518,
            "stop": 874875524
        },
        {
            "start": 874875541,
            "stop": 874875706
        },
        {
            "start": 874875723,
            "stop": 874875733
        },
        {
            "start": 874875762,
            "stop": 874875881
        },
        {
            "start": 874875911,
            "stop": 874876689
        },
        {
            "start": 874876706,
            "stop": 874877377
        },
        {
            "start": 874877394,
            "stop": 874877700
        },
        {
            "start": 874877720,
            "stop": 874878577
        },
        {
            "start": 874878596,
            "stop": 874879804
        },
        {
            "start": 874879823,
            "stop": 874880600
        },
        {
            "start": 874880619,
            "stop": 874880985
        }
    ]
}