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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=360",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=358",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 359,
    "results": [
        {
            "start": 870729845,
            "stop": 870735377
        },
        {
            "start": 870736990,
            "stop": 870743598
        },
        {
            "start": 870743932,
            "stop": 870754510
        },
        {
            "start": 870754601,
            "stop": 870769721
        },
        {
            "start": 870771075,
            "stop": 870782218
        },
        {
            "start": 870782308,
            "stop": 870786402
        },
        {
            "start": 870786506,
            "stop": 870787097
        },
        {
            "start": 870787967,
            "stop": 870796527
        },
        {
            "start": 870796739,
            "stop": 870801457
        },
        {
            "start": 870802555,
            "stop": 870810049
        },
        {
            "start": 870810255,
            "stop": 870811467
        },
        {
            "start": 870811507,
            "stop": 870857539
        },
        {
            "start": 870858734,
            "stop": 870871472
        },
        {
            "start": 870872008,
            "stop": 870873773
        },
        {
            "start": 870877605,
            "stop": 870881288
        },
        {
            "start": 870881436,
            "stop": 870882223
        },
        {
            "start": 870882356,
            "stop": 870892516
        },
        {
            "start": 870895406,
            "stop": 870898568
        },
        {
            "start": 870898732,
            "stop": 870919698
        },
        {
            "start": 870919796,
            "stop": 870920225
        }
    ]
}