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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=103",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=101",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 102,
    "results": [
        {
            "start": 931400645,
            "stop": 931400648
        },
        {
            "start": 931400650,
            "stop": 931400668
        },
        {
            "start": 931400670,
            "stop": 931400787
        },
        {
            "start": 931400789,
            "stop": 931400836
        },
        {
            "start": 931400842,
            "stop": 931400870
        },
        {
            "start": 931400872,
            "stop": 931400893
        },
        {
            "start": 931400895,
            "stop": 931400930
        },
        {
            "start": 931400931,
            "stop": 931400947
        },
        {
            "start": 931400948,
            "stop": 931400984
        },
        {
            "start": 931400986,
            "stop": 931401003
        },
        {
            "start": 931401005,
            "stop": 931401052
        },
        {
            "start": 931401053,
            "stop": 931401059
        },
        {
            "start": 931401063,
            "stop": 931401089
        },
        {
            "start": 931401090,
            "stop": 931401112
        },
        {
            "start": 931401114,
            "stop": 931401117
        },
        {
            "start": 931401119,
            "stop": 931401137
        },
        {
            "start": 931401139,
            "stop": 931401144
        },
        {
            "start": 931401146,
            "stop": 931401151
        },
        {
            "start": 931401152,
            "stop": 931401193
        },
        {
            "start": 931401195,
            "stop": 931401235
        }
    ]
}