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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=84",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=82",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 83,
    "results": [
        {
            "start": 817729594,
            "stop": 817736839
        },
        {
            "start": 817736870,
            "stop": 817736882
        },
        {
            "start": 817736912,
            "stop": 817737221
        },
        {
            "start": 817737286,
            "stop": 817738652
        },
        {
            "start": 817738713,
            "stop": 817740691
        },
        {
            "start": 817740720,
            "stop": 817741350
        },
        {
            "start": 817741590,
            "stop": 817741601
        },
        {
            "start": 817741671,
            "stop": 817741704
        },
        {
            "start": 817741733,
            "stop": 817741813
        },
        {
            "start": 817741820,
            "stop": 817741833
        },
        {
            "start": 817741841,
            "stop": 817742299
        },
        {
            "start": 817742328,
            "stop": 817743018
        },
        {
            "start": 817743055,
            "stop": 817743166
        },
        {
            "start": 817743195,
            "stop": 817743711
        },
        {
            "start": 817743749,
            "stop": 817744027
        },
        {
            "start": 817744062,
            "stop": 817744099
        },
        {
            "start": 817744128,
            "stop": 817744132
        },
        {
            "start": 817744164,
            "stop": 817744624
        },
        {
            "start": 817744653,
            "stop": 817745289
        },
        {
            "start": 817745318,
            "stop": 817745772
        }
    ]
}