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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=9",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 8,
    "results": [
        {
            "start": 816353500,
            "stop": 816353535
        },
        {
            "start": 816353538,
            "stop": 816353545
        },
        {
            "start": 816353548,
            "stop": 816353593
        },
        {
            "start": 816356313,
            "stop": 816360253
        },
        {
            "start": 816360987,
            "stop": 816363169
        },
        {
            "start": 816363171,
            "stop": 816363837
        },
        {
            "start": 816363840,
            "stop": 816363841
        },
        {
            "start": 816364506,
            "stop": 816369000
        },
        {
            "start": 816374569,
            "stop": 816377053
        },
        {
            "start": 816383502,
            "stop": 816383508
        },
        {
            "start": 816383535,
            "stop": 816384410
        },
        {
            "start": 816386130,
            "stop": 816387882
        },
        {
            "start": 816388101,
            "stop": 816390253
        },
        {
            "start": 816393435,
            "stop": 816394485
        },
        {
            "start": 816397338,
            "stop": 816400589
        },
        {
            "start": 816400592,
            "stop": 816430802
        },
        {
            "start": 816432144,
            "stop": 816438231
        },
        {
            "start": 816438233,
            "stop": 816439024
        },
        {
            "start": 816443733,
            "stop": 816444247
        },
        {
            "start": 816444354,
            "stop": 816445753
        }
    ]
}