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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14846",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14844",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14845,
    "results": [
        {
            "start": 971400060,
            "stop": 971400070
        },
        {
            "start": 971400072,
            "stop": 971400093
        },
        {
            "start": 971400094,
            "stop": 971400099
        },
        {
            "start": 971400103,
            "stop": 971400109
        },
        {
            "start": 971400111,
            "stop": 971400175
        },
        {
            "start": 971400179,
            "stop": 971400195
        },
        {
            "start": 971400198,
            "stop": 971400203
        },
        {
            "start": 971400204,
            "stop": 971400215
        },
        {
            "start": 971400217,
            "stop": 971400223
        },
        {
            "start": 971400224,
            "stop": 971400227
        },
        {
            "start": 971401223,
            "stop": 971401317
        },
        {
            "start": 971401318,
            "stop": 971401429
        },
        {
            "start": 971401430,
            "stop": 971401495
        },
        {
            "start": 971401496,
            "stop": 971401507
        },
        {
            "start": 971401508,
            "stop": 971401549
        },
        {
            "start": 971401550,
            "stop": 971401555
        },
        {
            "start": 971401557,
            "stop": 971401567
        },
        {
            "start": 971401568,
            "stop": 971401602
        },
        {
            "start": 971401603,
            "stop": 971401652
        },
        {
            "start": 971401654,
            "stop": 971401661
        }
    ]
}