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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=317",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=315",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 316,
    "results": [
        {
            "start": 1240587954,
            "stop": 1240587958
        },
        {
            "start": 1240587959,
            "stop": 1240587988
        },
        {
            "start": 1240587989,
            "stop": 1240587999
        },
        {
            "start": 1240588000,
            "stop": 1240588033
        },
        {
            "start": 1240588034,
            "stop": 1240588041
        },
        {
            "start": 1240588042,
            "stop": 1240588069
        },
        {
            "start": 1240588073,
            "stop": 1240588074
        },
        {
            "start": 1240588077,
            "stop": 1240588078
        },
        {
            "start": 1240588079,
            "stop": 1240588096
        },
        {
            "start": 1240588098,
            "stop": 1240588113
        },
        {
            "start": 1240588115,
            "stop": 1240588496
        },
        {
            "start": 1240588499,
            "stop": 1240588536
        },
        {
            "start": 1240588537,
            "stop": 1240588542
        },
        {
            "start": 1240588543,
            "stop": 1240588551
        },
        {
            "start": 1240588552,
            "stop": 1240588555
        },
        {
            "start": 1240588556,
            "stop": 1240588571
        },
        {
            "start": 1240588572,
            "stop": 1240588575
        },
        {
            "start": 1240588578,
            "stop": 1240588589
        },
        {
            "start": 1240588590,
            "stop": 1240588593
        },
        {
            "start": 1240588594,
            "stop": 1240588702
        }
    ]
}