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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=143",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=141",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 142,
    "results": [
        {
            "start": 931440214,
            "stop": 931440307
        },
        {
            "start": 931440309,
            "stop": 931440386
        },
        {
            "start": 931440388,
            "stop": 931440399
        },
        {
            "start": 931440401,
            "stop": 931440492
        },
        {
            "start": 931440494,
            "stop": 931440495
        },
        {
            "start": 931440497,
            "stop": 931440555
        },
        {
            "start": 931440557,
            "stop": 931440576
        },
        {
            "start": 931440578,
            "stop": 931440703
        },
        {
            "start": 931440704,
            "stop": 931440725
        },
        {
            "start": 931440727,
            "stop": 931440750
        },
        {
            "start": 931440751,
            "stop": 931440828
        },
        {
            "start": 931440830,
            "stop": 931440842
        },
        {
            "start": 931440845,
            "stop": 931440889
        },
        {
            "start": 931440891,
            "stop": 931440930
        },
        {
            "start": 931440932,
            "stop": 931440969
        },
        {
            "start": 931440971,
            "stop": 931441130
        },
        {
            "start": 931441132,
            "stop": 931441156
        },
        {
            "start": 931441157,
            "stop": 931441187
        },
        {
            "start": 931441188,
            "stop": 931441197
        },
        {
            "start": 931441199,
            "stop": 931441236
        }
    ]
}