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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=4035",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=4033",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 4034,
    "results": [
        {
            "start": 875004914,
            "stop": 875005040
        },
        {
            "start": 875005043,
            "stop": 875005072
        },
        {
            "start": 875006469,
            "stop": 875006479
        },
        {
            "start": 875006482,
            "stop": 875006520
        },
        {
            "start": 875006523,
            "stop": 875006551
        },
        {
            "start": 875006554,
            "stop": 875006875
        },
        {
            "start": 875006880,
            "stop": 875007004
        },
        {
            "start": 875007007,
            "stop": 875007035
        },
        {
            "start": 875007038,
            "stop": 875007041
        },
        {
            "start": 875007045,
            "stop": 875007052
        },
        {
            "start": 875007056,
            "stop": 875007132
        },
        {
            "start": 875007135,
            "stop": 875007147
        },
        {
            "start": 875007152,
            "stop": 875007193
        },
        {
            "start": 875007198,
            "stop": 875007245
        },
        {
            "start": 875007250,
            "stop": 875007254
        },
        {
            "start": 875007257,
            "stop": 875007258
        },
        {
            "start": 875007261,
            "stop": 875007308
        },
        {
            "start": 875007313,
            "stop": 875007336
        },
        {
            "start": 875007339,
            "stop": 875007341
        },
        {
            "start": 875007344,
            "stop": 875007369
        }
    ]
}