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=40960
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=40961",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40959",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40960,
    "results": [
        {
            "start": 875124502,
            "stop": 875124530
        },
        {
            "start": 875124531,
            "stop": 875124543
        },
        {
            "start": 875124544,
            "stop": 875124628
        },
        {
            "start": 875124630,
            "stop": 875124712
        },
        {
            "start": 875124713,
            "stop": 875124734
        },
        {
            "start": 875124736,
            "stop": 875124755
        },
        {
            "start": 875124757,
            "stop": 875124819
        },
        {
            "start": 875124821,
            "stop": 875124835
        },
        {
            "start": 875124836,
            "stop": 875124841
        },
        {
            "start": 875124842,
            "stop": 875124877
        },
        {
            "start": 875124878,
            "stop": 875124883
        },
        {
            "start": 875124885,
            "stop": 875124904
        },
        {
            "start": 875124906,
            "stop": 875124920
        },
        {
            "start": 875124922,
            "stop": 875124947
        },
        {
            "start": 875124948,
            "stop": 875124968
        },
        {
            "start": 875124970,
            "stop": 875124990
        },
        {
            "start": 875124991,
            "stop": 875125032
        },
        {
            "start": 875125034,
            "stop": 875125075
        },
        {
            "start": 875125076,
            "stop": 875125092
        },
        {
            "start": 875125093,
            "stop": 875125162
        }
    ]
}