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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=122",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=120",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 121,
    "results": [
        {
            "start": 1131157608,
            "stop": 1131157621
        },
        {
            "start": 1131157622,
            "stop": 1131157646
        },
        {
            "start": 1131157647,
            "stop": 1131157654
        },
        {
            "start": 1131157656,
            "stop": 1131157677
        },
        {
            "start": 1131157678,
            "stop": 1131157714
        },
        {
            "start": 1131157715,
            "stop": 1131157750
        },
        {
            "start": 1131157751,
            "stop": 1131157752
        },
        {
            "start": 1131157753,
            "stop": 1131157755
        },
        {
            "start": 1131157757,
            "stop": 1131157775
        },
        {
            "start": 1131157776,
            "stop": 1131157806
        },
        {
            "start": 1131157807,
            "stop": 1131157826
        },
        {
            "start": 1131157827,
            "stop": 1131157832
        },
        {
            "start": 1131157833,
            "stop": 1131157847
        },
        {
            "start": 1131157848,
            "stop": 1131157850
        },
        {
            "start": 1131157851,
            "stop": 1131157861
        },
        {
            "start": 1131157862,
            "stop": 1131157865
        },
        {
            "start": 1131157866,
            "stop": 1131157867
        },
        {
            "start": 1131157869,
            "stop": 1131157891
        },
        {
            "start": 1131157892,
            "stop": 1131157911
        },
        {
            "start": 1131157912,
            "stop": 1131157922
        }
    ]
}