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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1759",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1757",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1758,
    "results": [
        {
            "start": 1249450701,
            "stop": 1249450771
        },
        {
            "start": 1249450774,
            "stop": 1249451133
        },
        {
            "start": 1249451136,
            "stop": 1249451228
        },
        {
            "start": 1249451231,
            "stop": 1249451538
        },
        {
            "start": 1249451541,
            "stop": 1249451593
        },
        {
            "start": 1249451596,
            "stop": 1249451622
        },
        {
            "start": 1249451625,
            "stop": 1249451778
        },
        {
            "start": 1249451781,
            "stop": 1249451903
        },
        {
            "start": 1249451906,
            "stop": 1249452095
        },
        {
            "start": 1249452097,
            "stop": 1249452305
        },
        {
            "start": 1249452307,
            "stop": 1249452495
        },
        {
            "start": 1249452498,
            "stop": 1249452578
        },
        {
            "start": 1249452581,
            "stop": 1249452587
        },
        {
            "start": 1249452590,
            "stop": 1249452824
        },
        {
            "start": 1249452827,
            "stop": 1249452843
        },
        {
            "start": 1249452846,
            "stop": 1249452880
        },
        {
            "start": 1249452883,
            "stop": 1249453125
        },
        {
            "start": 1249453128,
            "stop": 1249453179
        },
        {
            "start": 1249453182,
            "stop": 1249453288
        },
        {
            "start": 1249453291,
            "stop": 1249453320
        }
    ]
}