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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_HW_BURST/segments?format=api&page=11",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_HW_BURST/segments?format=api&page=9",
    "results_count": 758,
    "results_per_page": 20,
    "num_pages": 38,
    "page_number": 10,
    "results": [
        {
            "start": 944806092,
            "stop": 944806204
        },
        {
            "start": 944810548,
            "stop": 944810708
        },
        {
            "start": 944813620,
            "stop": 944813732
        },
        {
            "start": 944814884,
            "stop": 944814996
        },
        {
            "start": 944817027,
            "stop": 944817140
        },
        {
            "start": 944818843,
            "stop": 944818956
        },
        {
            "start": 944823619,
            "stop": 944823732
        },
        {
            "start": 944826131,
            "stop": 944826244
        },
        {
            "start": 944835172,
            "stop": 944835284
        },
        {
            "start": 944838196,
            "stop": 944838308
        },
        {
            "start": 944856587,
            "stop": 944856700
        },
        {
            "start": 944861067,
            "stop": 944861180
        },
        {
            "start": 944863932,
            "stop": 944864044
        },
        {
            "start": 944866356,
            "stop": 944866468
        },
        {
            "start": 944867876,
            "stop": 944867988
        },
        {
            "start": 944876987,
            "stop": 944877148
        },
        {
            "start": 944878915,
            "stop": 944879028
        },
        {
            "start": 944880187,
            "stop": 944880300
        },
        {
            "start": 944883507,
            "stop": 944883620
        },
        {
            "start": 944885635,
            "stop": 944885748
        }
    ]
}