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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=675",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=673",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 674,
    "results": [
        {
            "start": 1266335649,
            "stop": 1266335777
        },
        {
            "start": 1266335782,
            "stop": 1266336540
        },
        {
            "start": 1266336545,
            "stop": 1266336898
        },
        {
            "start": 1266336903,
            "stop": 1266337185
        },
        {
            "start": 1266337190,
            "stop": 1266337585
        },
        {
            "start": 1266337590,
            "stop": 1266338311
        },
        {
            "start": 1266338316,
            "stop": 1266338556
        },
        {
            "start": 1266338561,
            "stop": 1266338595
        },
        {
            "start": 1266338596,
            "stop": 1266339059
        },
        {
            "start": 1266339060,
            "stop": 1266339711
        },
        {
            "start": 1266339717,
            "stop": 1266339773
        },
        {
            "start": 1266339778,
            "stop": 1266339814
        },
        {
            "start": 1266339815,
            "stop": 1266340078
        },
        {
            "start": 1266340079,
            "stop": 1266340388
        },
        {
            "start": 1266340389,
            "stop": 1266340694
        },
        {
            "start": 1266340699,
            "stop": 1266341140
        },
        {
            "start": 1266341142,
            "stop": 1266341412
        },
        {
            "start": 1266341414,
            "stop": 1266341883
        },
        {
            "start": 1266341885,
            "stop": 1266341888
        },
        {
            "start": 1266341890,
            "stop": 1266341909
        }
    ]
}