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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5861",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5859",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5860,
    "results": [
        {
            "start": 874760624,
            "stop": 874760710
        },
        {
            "start": 874760713,
            "stop": 874760800
        },
        {
            "start": 874760803,
            "stop": 874760804
        },
        {
            "start": 874760807,
            "stop": 874760822
        },
        {
            "start": 874760826,
            "stop": 874760886
        },
        {
            "start": 874760889,
            "stop": 874760892
        },
        {
            "start": 874760895,
            "stop": 874760923
        },
        {
            "start": 874760926,
            "stop": 874761006
        },
        {
            "start": 874761010,
            "stop": 874761022
        },
        {
            "start": 874761026,
            "stop": 874761062
        },
        {
            "start": 874761065,
            "stop": 874761145
        },
        {
            "start": 874761148,
            "stop": 874761205
        },
        {
            "start": 874761208,
            "stop": 874761210
        },
        {
            "start": 874761213,
            "stop": 874761566
        },
        {
            "start": 874761570,
            "stop": 874761632
        },
        {
            "start": 874761635,
            "stop": 874761638
        },
        {
            "start": 874761641,
            "stop": 874761658
        },
        {
            "start": 874761661,
            "stop": 874761677
        },
        {
            "start": 874761680,
            "stop": 874761682
        },
        {
            "start": 874761685,
            "stop": 874761696
        }
    ]
}