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=733
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=734",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=732",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 733,
    "results": [
        {
            "start": 1267557393,
            "stop": 1267557498
        },
        {
            "start": 1267557501,
            "stop": 1267557707
        },
        {
            "start": 1267557711,
            "stop": 1267557868
        },
        {
            "start": 1267557869,
            "stop": 1267559618
        },
        {
            "start": 1267559620,
            "stop": 1267559623
        },
        {
            "start": 1267559626,
            "stop": 1267559627
        },
        {
            "start": 1267559631,
            "stop": 1267559649
        },
        {
            "start": 1267559653,
            "stop": 1267559663
        },
        {
            "start": 1267559667,
            "stop": 1267559782
        },
        {
            "start": 1267559783,
            "stop": 1267560069
        },
        {
            "start": 1267560070,
            "stop": 1267561153
        },
        {
            "start": 1267561154,
            "stop": 1267561170
        },
        {
            "start": 1267561171,
            "stop": 1267561178
        },
        {
            "start": 1267561179,
            "stop": 1267561182
        },
        {
            "start": 1267561183,
            "stop": 1267561189
        },
        {
            "start": 1267561190,
            "stop": 1267561193
        },
        {
            "start": 1267561197,
            "stop": 1267561200
        },
        {
            "start": 1267561201,
            "stop": 1267561202
        },
        {
            "start": 1267561203,
            "stop": 1267561204
        },
        {
            "start": 1267561205,
            "stop": 1267561206
        }
    ]
}