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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=279",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=277",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 278,
    "results": [
        {
            "start": 1260147927,
            "stop": 1260147954
        },
        {
            "start": 1260147957,
            "stop": 1260149318
        },
        {
            "start": 1260149321,
            "stop": 1260149542
        },
        {
            "start": 1260149545,
            "stop": 1260149633
        },
        {
            "start": 1260149636,
            "stop": 1260150047
        },
        {
            "start": 1260150050,
            "stop": 1260150116
        },
        {
            "start": 1260150119,
            "stop": 1260150664
        },
        {
            "start": 1260150667,
            "stop": 1260150735
        },
        {
            "start": 1260150738,
            "stop": 1260151110
        },
        {
            "start": 1260151113,
            "stop": 1260151187
        },
        {
            "start": 1260151190,
            "stop": 1260151368
        },
        {
            "start": 1260151371,
            "stop": 1260151396
        },
        {
            "start": 1260151399,
            "stop": 1260151735
        },
        {
            "start": 1260151738,
            "stop": 1260151759
        },
        {
            "start": 1260151762,
            "stop": 1260151849
        },
        {
            "start": 1260151852,
            "stop": 1260151975
        },
        {
            "start": 1260151978,
            "stop": 1260152042
        },
        {
            "start": 1260152045,
            "stop": 1260152488
        },
        {
            "start": 1260152489,
            "stop": 1260152695
        },
        {
            "start": 1260152698,
            "stop": 1260153010
        }
    ]
}