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=91
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=92",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=90",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 91,
    "results": [
        {
            "start": 817811901,
            "stop": 817812056
        },
        {
            "start": 817812063,
            "stop": 817812144
        },
        {
            "start": 817812151,
            "stop": 817812206
        },
        {
            "start": 817812213,
            "stop": 817812244
        },
        {
            "start": 817812252,
            "stop": 817812291
        },
        {
            "start": 817812299,
            "stop": 817812321
        },
        {
            "start": 817812364,
            "stop": 817812757
        },
        {
            "start": 817812765,
            "stop": 817812768
        },
        {
            "start": 817812775,
            "stop": 817812797
        },
        {
            "start": 817812804,
            "stop": 817812844
        },
        {
            "start": 817812851,
            "stop": 817812967
        },
        {
            "start": 817813002,
            "stop": 817813003
        },
        {
            "start": 817813010,
            "stop": 817813060
        },
        {
            "start": 817813067,
            "stop": 817813261
        },
        {
            "start": 817813268,
            "stop": 817813327
        },
        {
            "start": 817813334,
            "stop": 817813377
        },
        {
            "start": 817813385,
            "stop": 817813410
        },
        {
            "start": 817813448,
            "stop": 817813508
        },
        {
            "start": 817813525,
            "stop": 817813551
        },
        {
            "start": 817813558,
            "stop": 817813600
        }
    ]
}