Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5180
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5181",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5179",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5180,
    "results": [
        {
            "start": 1137023921,
            "stop": 1137023948
        },
        {
            "start": 1137023949,
            "stop": 1137023951
        },
        {
            "start": 1137023953,
            "stop": 1137023973
        },
        {
            "start": 1137023975,
            "stop": 1137023976
        },
        {
            "start": 1137023977,
            "stop": 1137024000
        },
        {
            "start": 1137024002,
            "stop": 1137024005
        },
        {
            "start": 1137024007,
            "stop": 1137024009
        },
        {
            "start": 1137024011,
            "stop": 1137024107
        },
        {
            "start": 1137024109,
            "stop": 1137024114
        },
        {
            "start": 1137024117,
            "stop": 1137024126
        },
        {
            "start": 1137024128,
            "stop": 1137024133
        },
        {
            "start": 1137024135,
            "stop": 1137024145
        },
        {
            "start": 1137024147,
            "stop": 1137024155
        },
        {
            "start": 1137024157,
            "stop": 1137024175
        },
        {
            "start": 1137024177,
            "stop": 1137024183
        },
        {
            "start": 1137024185,
            "stop": 1137024187
        },
        {
            "start": 1137024193,
            "stop": 1137024197
        },
        {
            "start": 1137024199,
            "stop": 1137024250
        },
        {
            "start": 1137024252,
            "stop": 1137024263
        },
        {
            "start": 1137024265,
            "stop": 1137024273
        }
    ]
}