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=40824
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=40825",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40823",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40824,
    "results": [
        {
            "start": 875036898,
            "stop": 875036932
        },
        {
            "start": 875036933,
            "stop": 875036943
        },
        {
            "start": 875036945,
            "stop": 875036947
        },
        {
            "start": 875036948,
            "stop": 875036956
        },
        {
            "start": 875036958,
            "stop": 875036976
        },
        {
            "start": 875036978,
            "stop": 875036996
        },
        {
            "start": 875036998,
            "stop": 875037000
        },
        {
            "start": 875037001,
            "stop": 875037080
        },
        {
            "start": 875037081,
            "stop": 875037190
        },
        {
            "start": 875037192,
            "stop": 875037211
        },
        {
            "start": 875037213,
            "stop": 875037284
        },
        {
            "start": 875037465,
            "stop": 875037492
        },
        {
            "start": 875037493,
            "stop": 875037511
        },
        {
            "start": 875037513,
            "stop": 875037551
        },
        {
            "start": 875037552,
            "stop": 875037620
        },
        {
            "start": 875037622,
            "stop": 875037633
        },
        {
            "start": 875037634,
            "stop": 875037705
        },
        {
            "start": 875037707,
            "stop": 875037726
        },
        {
            "start": 875037728,
            "stop": 875037738
        },
        {
            "start": 875037740,
            "stop": 875037748
        }
    ]
}