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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=295",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=293",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 294,
    "results": [
        {
            "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": 870873797
        },
        {
            "start": 870877605,
            "stop": 870881288
        },
        {
            "start": 870881436,
            "stop": 870882223
        },
        {
            "start": 870882356,
            "stop": 870892539
        },
        {
            "start": 870895406,
            "stop": 870898568
        },
        {
            "start": 870898732,
            "stop": 870919698
        },
        {
            "start": 870919796,
            "stop": 870920225
        },
        {
            "start": 870920308,
            "stop": 870922595
        },
        {
            "start": 870922910,
            "stop": 870924227
        }
    ]
}