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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=168",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=166",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 167,
    "results": [
        {
            "start": 820137028,
            "stop": 820141767
        },
        {
            "start": 820141770,
            "stop": 820141879
        },
        {
            "start": 820142370,
            "stop": 820144077
        },
        {
            "start": 820144080,
            "stop": 820144436
        },
        {
            "start": 820144440,
            "stop": 820145415
        },
        {
            "start": 820145418,
            "stop": 820145863
        },
        {
            "start": 820145866,
            "stop": 820147210
        },
        {
            "start": 820147610,
            "stop": 820148622
        },
        {
            "start": 820148626,
            "stop": 820150983
        },
        {
            "start": 820151773,
            "stop": 820151837
        },
        {
            "start": 820151841,
            "stop": 820153316
        },
        {
            "start": 820153319,
            "stop": 820153333
        },
        {
            "start": 820153337,
            "stop": 820153715
        },
        {
            "start": 820153718,
            "stop": 820156006
        },
        {
            "start": 820156009,
            "stop": 820156137
        },
        {
            "start": 820156140,
            "stop": 820156848
        },
        {
            "start": 820157417,
            "stop": 820157814
        },
        {
            "start": 820157817,
            "stop": 820158771
        },
        {
            "start": 820158775,
            "stop": 820160061
        },
        {
            "start": 820160064,
            "stop": 820160287
        }
    ]
}