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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=36",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=34",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 35,
    "results": [
        {
            "start": 815882713,
            "stop": 815891899
        },
        {
            "start": 815891912,
            "stop": 815894294
        },
        {
            "start": 815894301,
            "stop": 815901059
        },
        {
            "start": 815901066,
            "stop": 815901943
        },
        {
            "start": 815902124,
            "stop": 815904684
        },
        {
            "start": 815904691,
            "stop": 815905168
        },
        {
            "start": 815905181,
            "stop": 815906023
        },
        {
            "start": 815906436,
            "stop": 815906495
        },
        {
            "start": 815906507,
            "stop": 815908917
        },
        {
            "start": 815911204,
            "stop": 815912121
        },
        {
            "start": 815912128,
            "stop": 815912457
        },
        {
            "start": 815912470,
            "stop": 815913455
        },
        {
            "start": 815913462,
            "stop": 815919356
        },
        {
            "start": 815919363,
            "stop": 815922399
        },
        {
            "start": 815922412,
            "stop": 815923116
        },
        {
            "start": 815923123,
            "stop": 815923825
        },
        {
            "start": 815923832,
            "stop": 815923983
        },
        {
            "start": 815923991,
            "stop": 815924346
        },
        {
            "start": 815924353,
            "stop": 815925704
        },
        {
            "start": 815925711,
            "stop": 815926220
        }
    ]
}