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_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/H1_HW_BURST/segments?format=api&page=11",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_HW_BURST/segments?format=api&page=9",
    "results_count": 907,
    "results_per_page": 20,
    "num_pages": 46,
    "page_number": 10,
    "results": [
        {
            "start": 942935596,
            "stop": 942935709
        },
        {
            "start": 942968877,
            "stop": 942969037
        },
        {
            "start": 942987373,
            "stop": 942987485
        },
        {
            "start": 942991916,
            "stop": 942992029
        },
        {
            "start": 943014069,
            "stop": 943014181
        },
        {
            "start": 943044821,
            "stop": 943044933
        },
        {
            "start": 943053628,
            "stop": 943053741
        },
        {
            "start": 943063212,
            "stop": 943063365
        },
        {
            "start": 943069477,
            "stop": 943069589
        },
        {
            "start": 943085877,
            "stop": 943085989
        },
        {
            "start": 943093972,
            "stop": 943094085
        },
        {
            "start": 943140703,
            "stop": 943140863
        },
        {
            "start": 943151110,
            "stop": 943151223
        },
        {
            "start": 943236661,
            "stop": 943236774
        },
        {
            "start": 943242477,
            "stop": 943242590
        },
        {
            "start": 943248421,
            "stop": 943248534
        },
        {
            "start": 943268077,
            "stop": 943268190
        },
        {
            "start": 943271725,
            "stop": 943271838
        },
        {
            "start": 943279214,
            "stop": 943279326
        },
        {
            "start": 943285038,
            "stop": 943285150
        }
    ]
}