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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=58",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=56",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 57,
    "results": [
        {
            "start": 1403114321,
            "stop": 1403116305
        },
        {
            "start": 1403118009,
            "stop": 1403124688
        },
        {
            "start": 1403124693,
            "stop": 1403132841
        },
        {
            "start": 1403132845,
            "stop": 1403133342
        },
        {
            "start": 1403133344,
            "stop": 1403133743
        },
        {
            "start": 1403133747,
            "stop": 1403135278
        },
        {
            "start": 1403135281,
            "stop": 1403136353
        },
        {
            "start": 1403136356,
            "stop": 1403137505
        },
        {
            "start": 1403137508,
            "stop": 1403145351
        },
        {
            "start": 1403145353,
            "stop": 1403150688
        },
        {
            "start": 1403160828,
            "stop": 1403169819
        },
        {
            "start": 1403169824,
            "stop": 1403173223
        },
        {
            "start": 1403173228,
            "stop": 1403173494
        },
        {
            "start": 1403173498,
            "stop": 1403176401
        },
        {
            "start": 1403176404,
            "stop": 1403179427
        },
        {
            "start": 1403179429,
            "stop": 1403179663
        },
        {
            "start": 1403179665,
            "stop": 1403182599
        },
        {
            "start": 1403185942,
            "stop": 1403198799
        },
        {
            "start": 1403205140,
            "stop": 1403205573
        },
        {
            "start": 1403205577,
            "stop": 1403206599
        }
    ]
}