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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=46",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=44",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 45,
    "results": [
        {
            "start": 817150374,
            "stop": 817150577
        },
        {
            "start": 817150590,
            "stop": 817153007
        },
        {
            "start": 817153014,
            "stop": 817156970
        },
        {
            "start": 817157050,
            "stop": 817160023
        },
        {
            "start": 817160036,
            "stop": 817161120
        },
        {
            "start": 817161180,
            "stop": 817163369
        },
        {
            "start": 817163382,
            "stop": 817164650
        },
        {
            "start": 817164730,
            "stop": 817172307
        },
        {
            "start": 817172319,
            "stop": 817178293
        },
        {
            "start": 817179724,
            "stop": 817181740
        },
        {
            "start": 817181753,
            "stop": 817182360
        },
        {
            "start": 817182420,
            "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
        }
    ]
}