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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5335",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5333",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5334,
    "results": [
        {
            "start": 1136583546,
            "stop": 1136583576
        },
        {
            "start": 1136583577,
            "stop": 1136583584
        },
        {
            "start": 1136583586,
            "stop": 1136583787
        },
        {
            "start": 1136583789,
            "stop": 1136584077
        },
        {
            "start": 1136584079,
            "stop": 1136584397
        },
        {
            "start": 1136584401,
            "stop": 1136584483
        },
        {
            "start": 1136584485,
            "stop": 1136584716
        },
        {
            "start": 1136584718,
            "stop": 1136584719
        },
        {
            "start": 1136584721,
            "stop": 1136584857
        },
        {
            "start": 1136584859,
            "stop": 1136584985
        },
        {
            "start": 1136584987,
            "stop": 1136585272
        },
        {
            "start": 1136585274,
            "stop": 1136585377
        },
        {
            "start": 1136585379,
            "stop": 1136585430
        },
        {
            "start": 1136585432,
            "stop": 1136585462
        },
        {
            "start": 1136585464,
            "stop": 1136585581
        },
        {
            "start": 1136585583,
            "stop": 1136585743
        },
        {
            "start": 1136585745,
            "stop": 1136585746
        },
        {
            "start": 1136585748,
            "stop": 1136585759
        },
        {
            "start": 1136585761,
            "stop": 1136586082
        },
        {
            "start": 1136586084,
            "stop": 1136586188
        }
    ]
}