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

{
    "next": null,
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_HW/segments?format=api&page=90",
    "results_count": 1813,
    "results_per_page": 20,
    "num_pages": 91,
    "page_number": 91,
    "results": [
        {
            "start": 874707515,
            "stop": 874707660
        },
        {
            "start": 874720420,
            "stop": 874720546
        },
        {
            "start": 874736082,
            "stop": 874736226
        },
        {
            "start": 874750461,
            "stop": 874750595
        },
        {
            "start": 874812803,
            "stop": 874812947
        },
        {
            "start": 874905835,
            "stop": 874905970
        },
        {
            "start": 875060290,
            "stop": 875060419
        },
        {
            "start": 875070587,
            "stop": 875070715
        },
        {
            "start": 875080643,
            "stop": 875080771
        },
        {
            "start": 875094580,
            "stop": 875094722
        },
        {
            "start": 875143906,
            "stop": 875144042
        },
        {
            "start": 875181883,
            "stop": 875182011
        },
        {
            "start": 875202395,
            "stop": 875202523
        }
    ]
}