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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41029",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41027",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41028,
    "results": [
        {
            "start": 875182532,
            "stop": 875182536
        },
        {
            "start": 875182537,
            "stop": 875182541
        },
        {
            "start": 875182542,
            "stop": 875182546
        },
        {
            "start": 875182549,
            "stop": 875182552
        },
        {
            "start": 875182553,
            "stop": 875182554
        },
        {
            "start": 875182555,
            "stop": 875182557
        },
        {
            "start": 875182558,
            "stop": 875182560
        },
        {
            "start": 875182561,
            "stop": 875182562
        },
        {
            "start": 875182564,
            "stop": 875182568
        },
        {
            "start": 875182569,
            "stop": 875182573
        },
        {
            "start": 875182574,
            "stop": 875182579
        },
        {
            "start": 875182580,
            "stop": 875182584
        },
        {
            "start": 875182585,
            "stop": 875182589
        },
        {
            "start": 875182590,
            "stop": 875182595
        },
        {
            "start": 875182596,
            "stop": 875182600
        },
        {
            "start": 875182601,
            "stop": 875182605
        },
        {
            "start": 875182606,
            "stop": 875182611
        },
        {
            "start": 875182612,
            "stop": 875182616
        },
        {
            "start": 875182617,
            "stop": 875182621
        },
        {
            "start": 875182622,
            "stop": 875182624
        }
    ]
}