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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=43",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=41",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 42,
    "results": [
        {
            "start": 817160036,
            "stop": 817163369
        },
        {
            "start": 817163382,
            "stop": 817164650
        },
        {
            "start": 817164730,
            "stop": 817172307
        },
        {
            "start": 817172319,
            "stop": 817178293
        },
        {
            "start": 817179724,
            "stop": 817181740
        },
        {
            "start": 817181753,
            "stop": 817186259
        },
        {
            "start": 817186276,
            "stop": 817186623
        },
        {
            "start": 817186630,
            "stop": 817187030
        },
        {
            "start": 817187038,
            "stop": 817187456
        },
        {
            "start": 817187463,
            "stop": 817187489
        },
        {
            "start": 817187496,
            "stop": 817187916
        },
        {
            "start": 817187923,
            "stop": 817188096
        },
        {
            "start": 817188103,
            "stop": 817188280
        },
        {
            "start": 817188288,
            "stop": 817188501
        },
        {
            "start": 817188509,
            "stop": 817188753
        },
        {
            "start": 817188760,
            "stop": 817188868
        },
        {
            "start": 817188875,
            "stop": 817188899
        },
        {
            "start": 817188906,
            "stop": 817188980
        },
        {
            "start": 817188987,
            "stop": 817189079
        },
        {
            "start": 817189087,
            "stop": 817191047
        }
    ]
}