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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=47",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=45",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 46,
    "results": [
        {
            "start": 940628338,
            "stop": 940628339
        },
        {
            "start": 940628344,
            "stop": 940628422
        },
        {
            "start": 940628433,
            "stop": 940628474
        },
        {
            "start": 940628477,
            "stop": 940628478
        },
        {
            "start": 940628482,
            "stop": 940628483
        },
        {
            "start": 940628487,
            "stop": 940628488
        },
        {
            "start": 940628507,
            "stop": 940628511
        },
        {
            "start": 940628514,
            "stop": 940628517
        },
        {
            "start": 940628555,
            "stop": 940628564
        },
        {
            "start": 940628566,
            "stop": 940628571
        },
        {
            "start": 940628578,
            "stop": 940628579
        },
        {
            "start": 940628610,
            "stop": 940628611
        },
        {
            "start": 940628617,
            "stop": 940628618
        },
        {
            "start": 940628644,
            "stop": 940628646
        },
        {
            "start": 940628649,
            "stop": 940628659
        },
        {
            "start": 940628663,
            "stop": 940628680
        },
        {
            "start": 940628697,
            "stop": 940628730
        },
        {
            "start": 940628733,
            "stop": 940628743
        },
        {
            "start": 940628746,
            "stop": 940628840
        },
        {
            "start": 940628842,
            "stop": 940628846
        }
    ]
}