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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW/segments?format=api&page=4",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW/segments?format=api&page=2",
    "results_count": 280,
    "results_per_page": 20,
    "num_pages": 14,
    "page_number": 3,
    "results": [
        {
            "start": 821946704,
            "stop": 822086524
        },
        {
            "start": 822089684,
            "stop": 822120695
        },
        {
            "start": 822120722,
            "stop": 822127398
        },
        {
            "start": 822127919,
            "stop": 822153664
        },
        {
            "start": 822155444,
            "stop": 822157264
        },
        {
            "start": 822159824,
            "stop": 822179524
        },
        {
            "start": 822179775,
            "stop": 822198523
        },
        {
            "start": 822202323,
            "stop": 822265264
        },
        {
            "start": 822269024,
            "stop": 822330064
        },
        {
            "start": 822337004,
            "stop": 822344464
        },
        {
            "start": 822345995,
            "stop": 822346077
        },
        {
            "start": 822346319,
            "stop": 822446850
        },
        {
            "start": 822447110,
            "stop": 822452284
        },
        {
            "start": 822519718,
            "stop": 822553264
        },
        {
            "start": 822698262,
            "stop": 822744244
        },
        {
            "start": 822760918,
            "stop": 822773152
        },
        {
            "start": 826401066,
            "stop": 826678444
        },
        {
            "start": 826679519,
            "stop": 827006464
        },
        {
            "start": 827009084,
            "stop": 827177004
        },
        {
            "start": 827177518,
            "stop": 827606880
        }
    ]
}