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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=70",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=68",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 69,
    "results": [
        {
            "start": 1172829583,
            "stop": 1172829584
        },
        {
            "start": 1172829585,
            "stop": 1172829593
        },
        {
            "start": 1172829594,
            "stop": 1172835843
        },
        {
            "start": 1172835864,
            "stop": 1172841127
        },
        {
            "start": 1172841131,
            "stop": 1172842375
        },
        {
            "start": 1172842378,
            "stop": 1172844073
        },
        {
            "start": 1172844086,
            "stop": 1172844087
        },
        {
            "start": 1172844091,
            "stop": 1172849697
        },
        {
            "start": 1172850005,
            "stop": 1172854538
        },
        {
            "start": 1172854541,
            "stop": 1172858602
        },
        {
            "start": 1172873386,
            "stop": 1172874950
        },
        {
            "start": 1172874953,
            "stop": 1172878532
        },
        {
            "start": 1172878535,
            "stop": 1172878659
        },
        {
            "start": 1172878660,
            "stop": 1172878661
        },
        {
            "start": 1172878662,
            "stop": 1172885044
        },
        {
            "start": 1172885045,
            "stop": 1172885048
        },
        {
            "start": 1172885051,
            "stop": 1172894852
        },
        {
            "start": 1172894856,
            "stop": 1172904935
        },
        {
            "start": 1172904936,
            "stop": 1172904953
        },
        {
            "start": 1172904954,
            "stop": 1172905331
        }
    ]
}