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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=324",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=322",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 323,
    "results": [
        {
            "start": 1176253250,
            "stop": 1176280663
        },
        {
            "start": 1176280667,
            "stop": 1176280669
        },
        {
            "start": 1176280675,
            "stop": 1176280677
        },
        {
            "start": 1176289703,
            "stop": 1176294579
        },
        {
            "start": 1176300438,
            "stop": 1176304543
        },
        {
            "start": 1176304544,
            "stop": 1176304552
        },
        {
            "start": 1176304556,
            "stop": 1176304566
        },
        {
            "start": 1176304567,
            "stop": 1176313771
        },
        {
            "start": 1176313775,
            "stop": 1176313781
        },
        {
            "start": 1176313787,
            "stop": 1176314189
        },
        {
            "start": 1176314191,
            "stop": 1176315693
        },
        {
            "start": 1176315694,
            "stop": 1176315702
        },
        {
            "start": 1176315708,
            "stop": 1176315713
        },
        {
            "start": 1176315720,
            "stop": 1176315726
        },
        {
            "start": 1176315731,
            "stop": 1176315936
        },
        {
            "start": 1176315938,
            "stop": 1176316438
        },
        {
            "start": 1176316439,
            "stop": 1176319037
        },
        {
            "start": 1176319038,
            "stop": 1176320082
        },
        {
            "start": 1176320086,
            "stop": 1176320154
        },
        {
            "start": 1176320155,
            "stop": 1176323003
        }
    ]
}