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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=265",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=263",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 264,
    "results": [
        {
            "start": 855939193,
            "stop": 855939214
        },
        {
            "start": 855939218,
            "stop": 855940099
        },
        {
            "start": 855940103,
            "stop": 855940340
        },
        {
            "start": 855940344,
            "stop": 855940840
        },
        {
            "start": 855940843,
            "stop": 855940868
        },
        {
            "start": 855940872,
            "stop": 855940879
        },
        {
            "start": 855940888,
            "stop": 855943322
        },
        {
            "start": 855943327,
            "stop": 855943338
        },
        {
            "start": 855943342,
            "stop": 855943396
        },
        {
            "start": 855943400,
            "stop": 855943415
        },
        {
            "start": 855943419,
            "stop": 855943424
        },
        {
            "start": 855944815,
            "stop": 855946926
        },
        {
            "start": 855946930,
            "stop": 855949000
        },
        {
            "start": 855949813,
            "stop": 855951013
        },
        {
            "start": 855951017,
            "stop": 855951176
        },
        {
            "start": 855951180,
            "stop": 855951287
        },
        {
            "start": 855951301,
            "stop": 855951327
        },
        {
            "start": 855951330,
            "stop": 855951351
        },
        {
            "start": 855951360,
            "stop": 855951483
        },
        {
            "start": 855951486,
            "stop": 855951556
        }
    ]
}