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

{
    "next": null,
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_HW/segments?format=api&page=113",
    "results_count": 2272,
    "results_per_page": 20,
    "num_pages": 114,
    "page_number": 114,
    "results": [
        {
            "start": 875018305,
            "stop": 875018431
        },
        {
            "start": 875033000,
            "stop": 875033208
        },
        {
            "start": 875052840,
            "stop": 875052968
        },
        {
            "start": 875060296,
            "stop": 875060425
        },
        {
            "start": 875070591,
            "stop": 875070719
        },
        {
            "start": 875080643,
            "stop": 875080770
        },
        {
            "start": 875087627,
            "stop": 875087771
        },
        {
            "start": 875094580,
            "stop": 875094724
        },
        {
            "start": 875143907,
            "stop": 875144043
        },
        {
            "start": 875174940,
            "stop": 875175067
        },
        {
            "start": 875181884,
            "stop": 875182011
        },
        {
            "start": 875202395,
            "stop": 875202523
        }
    ]
}