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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=15",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=13",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 14,
    "results": [
        {
            "start": 1398660000,
            "stop": 1398660243
        },
        {
            "start": 1398660249,
            "stop": 1398661164
        },
        {
            "start": 1398666649,
            "stop": 1398674874
        },
        {
            "start": 1398674880,
            "stop": 1398697384
        },
        {
            "start": 1398697389,
            "stop": 1398699253
        },
        {
            "start": 1398699258,
            "stop": 1398700861
        },
        {
            "start": 1398712423,
            "stop": 1398712574
        },
        {
            "start": 1398713505,
            "stop": 1398721792
        },
        {
            "start": 1398727506,
            "stop": 1398732756
        },
        {
            "start": 1398732759,
            "stop": 1398732867
        },
        {
            "start": 1398737030,
            "stop": 1398740962
        },
        {
            "start": 1398745406,
            "stop": 1398745960
        },
        {
            "start": 1398745967,
            "stop": 1398748569
        },
        {
            "start": 1398748574,
            "stop": 1398754983
        },
        {
            "start": 1398754986,
            "stop": 1398779695
        },
        {
            "start": 1398779702,
            "stop": 1398809289
        },
        {
            "start": 1398809294,
            "stop": 1398812293
        },
        {
            "start": 1398812300,
            "stop": 1398815917
        },
        {
            "start": 1398815923,
            "stop": 1398826132
        },
        {
            "start": 1398826138,
            "stop": 1398832168
        }
    ]
}