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

{
    "next": null,
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8223",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 8224,
    "results": [
        {
            "start": 971621345,
            "stop": 971621346
        },
        {
            "start": 971621349,
            "stop": 971621368
        },
        {
            "start": 971621371,
            "stop": 971621410
        },
        {
            "start": 971621413,
            "stop": 971621469
        },
        {
            "start": 971621472,
            "stop": 971621508
        },
        {
            "start": 971621511,
            "stop": 971621574
        },
        {
            "start": 971621577,
            "stop": 971621720
        },
        {
            "start": 971621725,
            "stop": 971621758
        },
        {
            "start": 971621761,
            "stop": 971621767
        },
        {
            "start": 971621770,
            "stop": 971621947
        },
        {
            "start": 971621959,
            "stop": 971621993
        },
        {
            "start": 971621996,
            "stop": 971622015
        }
    ]
}