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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=8",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=6",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 7,
    "results": [
        {
            "start": 816360987,
            "stop": 816363169
        },
        {
            "start": 816363171,
            "stop": 816363837
        },
        {
            "start": 816363840,
            "stop": 816363871
        },
        {
            "start": 816364506,
            "stop": 816369030
        },
        {
            "start": 816374569,
            "stop": 816377085
        },
        {
            "start": 816383502,
            "stop": 816383508
        },
        {
            "start": 816383535,
            "stop": 816384435
        },
        {
            "start": 816386130,
            "stop": 816387882
        },
        {
            "start": 816388101,
            "stop": 816390301
        },
        {
            "start": 816393435,
            "stop": 816393645
        },
        {
            "start": 816393650,
            "stop": 816393780
        },
        {
            "start": 816393785,
            "stop": 816393790
        },
        {
            "start": 816393795,
            "stop": 816394515
        },
        {
            "start": 816397338,
            "stop": 816400589
        },
        {
            "start": 816400592,
            "stop": 816405190
        },
        {
            "start": 816405195,
            "stop": 816405212
        },
        {
            "start": 816405218,
            "stop": 816430825
        },
        {
            "start": 816432144,
            "stop": 816438231
        },
        {
            "start": 816438233,
            "stop": 816439024
        },
        {
            "start": 816443733,
            "stop": 816444247
        }
    ]
}