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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5200",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5198",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5199,
    "results": [
        {
            "start": 1136279823,
            "stop": 1136279853
        },
        {
            "start": 1136279855,
            "stop": 1136279875
        },
        {
            "start": 1136279877,
            "stop": 1136279904
        },
        {
            "start": 1136279906,
            "stop": 1136279920
        },
        {
            "start": 1136279922,
            "stop": 1136279928
        },
        {
            "start": 1136279930,
            "stop": 1136279938
        },
        {
            "start": 1136279940,
            "stop": 1136279941
        },
        {
            "start": 1136279943,
            "stop": 1136279944
        },
        {
            "start": 1136279946,
            "stop": 1136280027
        },
        {
            "start": 1136280029,
            "stop": 1136280035
        },
        {
            "start": 1136280037,
            "stop": 1136280045
        },
        {
            "start": 1136280047,
            "stop": 1136280066
        },
        {
            "start": 1136280068,
            "stop": 1136280138
        },
        {
            "start": 1136280140,
            "stop": 1136280141
        },
        {
            "start": 1136280143,
            "stop": 1136280195
        },
        {
            "start": 1136280197,
            "stop": 1136280240
        },
        {
            "start": 1136280242,
            "stop": 1136280298
        },
        {
            "start": 1136280300,
            "stop": 1136280309
        },
        {
            "start": 1136280311,
            "stop": 1136280315
        },
        {
            "start": 1136280317,
            "stop": 1136280320
        }
    ]
}