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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=463",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=461",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 462,
    "results": [
        {
            "start": 827648552,
            "stop": 827649374
        },
        {
            "start": 827649381,
            "stop": 827651485
        },
        {
            "start": 827651493,
            "stop": 827653730
        },
        {
            "start": 827653810,
            "stop": 827656011
        },
        {
            "start": 827656019,
            "stop": 827657376
        },
        {
            "start": 827657384,
            "stop": 827663303
        },
        {
            "start": 827663317,
            "stop": 827663327
        },
        {
            "start": 827663334,
            "stop": 827664555
        },
        {
            "start": 827664562,
            "stop": 827665744
        },
        {
            "start": 827665752,
            "stop": 827669051
        },
        {
            "start": 827669058,
            "stop": 827670284
        },
        {
            "start": 827670465,
            "stop": 827670643
        },
        {
            "start": 827670650,
            "stop": 827670721
        },
        {
            "start": 827670728,
            "stop": 827671080
        },
        {
            "start": 827671088,
            "stop": 827673464
        },
        {
            "start": 827673645,
            "stop": 827680800
        },
        {
            "start": 827680860,
            "stop": 827681040
        },
        {
            "start": 827681100,
            "stop": 827681460
        },
        {
            "start": 827681520,
            "stop": 827681640
        },
        {
            "start": 827681700,
            "stop": 827682230
        }
    ]
}