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=701
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=702",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=700",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 701,
    "results": [
        {
            "start": 1266797396,
            "stop": 1266797577
        },
        {
            "start": 1266797579,
            "stop": 1266798041
        },
        {
            "start": 1266798044,
            "stop": 1266798143
        },
        {
            "start": 1266798147,
            "stop": 1266798373
        },
        {
            "start": 1266798375,
            "stop": 1266800386
        },
        {
            "start": 1266800388,
            "stop": 1266801503
        },
        {
            "start": 1266801507,
            "stop": 1266804333
        },
        {
            "start": 1266804336,
            "stop": 1266806927
        },
        {
            "start": 1266806929,
            "stop": 1266806995
        },
        {
            "start": 1266821620,
            "stop": 1266822951
        },
        {
            "start": 1266822952,
            "stop": 1266824931
        },
        {
            "start": 1266825099,
            "stop": 1266828196
        },
        {
            "start": 1266832906,
            "stop": 1266833569
        },
        {
            "start": 1266833572,
            "stop": 1266834995
        },
        {
            "start": 1266834999,
            "stop": 1266839677
        },
        {
            "start": 1266839680,
            "stop": 1266839997
        },
        {
            "start": 1266840000,
            "stop": 1266840493
        },
        {
            "start": 1266840497,
            "stop": 1266840539
        },
        {
            "start": 1266840544,
            "stop": 1266842659
        },
        {
            "start": 1266842661,
            "stop": 1266843786
        }
    ]
}