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=5
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=6",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=4",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 5,
    "results": [
        {
            "start": 816098892,
            "stop": 816098944
        },
        {
            "start": 816098963,
            "stop": 816099058
        },
        {
            "start": 816229176,
            "stop": 816229191
        },
        {
            "start": 816229211,
            "stop": 816229212
        },
        {
            "start": 816229215,
            "stop": 816229228
        },
        {
            "start": 816229244,
            "stop": 816229261
        },
        {
            "start": 816229264,
            "stop": 816229271
        },
        {
            "start": 816229279,
            "stop": 816229306
        },
        {
            "start": 816229326,
            "stop": 816229337
        },
        {
            "start": 816229344,
            "stop": 816229346
        },
        {
            "start": 816229350,
            "stop": 816229355
        },
        {
            "start": 816229359,
            "stop": 816229367
        },
        {
            "start": 816229390,
            "stop": 816229394
        },
        {
            "start": 816229400,
            "stop": 816229427
        },
        {
            "start": 816229431,
            "stop": 816229506
        },
        {
            "start": 816229511,
            "stop": 816229538
        },
        {
            "start": 816229547,
            "stop": 816229573
        },
        {
            "start": 816229595,
            "stop": 816229630
        },
        {
            "start": 816229655,
            "stop": 816229710
        },
        {
            "start": 816229714,
            "stop": 816229728
        }
    ]
}