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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=189",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=187",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 188,
    "results": [
        {
            "start": 1261636784,
            "stop": 1261637186
        },
        {
            "start": 1261637191,
            "stop": 1261637248
        },
        {
            "start": 1261637253,
            "stop": 1261637265
        },
        {
            "start": 1261637269,
            "stop": 1261637918
        },
        {
            "start": 1261637924,
            "stop": 1261638309
        },
        {
            "start": 1261638314,
            "stop": 1261639897
        },
        {
            "start": 1261639901,
            "stop": 1261640604
        },
        {
            "start": 1261640608,
            "stop": 1261640656
        },
        {
            "start": 1261640661,
            "stop": 1261640667
        },
        {
            "start": 1261640672,
            "stop": 1261641084
        },
        {
            "start": 1261654016,
            "stop": 1261654244
        },
        {
            "start": 1261654249,
            "stop": 1261654562
        },
        {
            "start": 1261654567,
            "stop": 1261654894
        },
        {
            "start": 1261654899,
            "stop": 1261655145
        },
        {
            "start": 1261655151,
            "stop": 1261656938
        },
        {
            "start": 1261656943,
            "stop": 1261657090
        },
        {
            "start": 1261657095,
            "stop": 1261658041
        },
        {
            "start": 1261658046,
            "stop": 1261658435
        },
        {
            "start": 1261658437,
            "stop": 1261658456
        },
        {
            "start": 1261658457,
            "stop": 1261659782
        }
    ]
}