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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=166",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=164",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 165,
    "results": [
        {
            "start": 818063686,
            "stop": 818063708
        },
        {
            "start": 818063711,
            "stop": 818063715
        },
        {
            "start": 818063718,
            "stop": 818063727
        },
        {
            "start": 818063730,
            "stop": 818063735
        },
        {
            "start": 818063738,
            "stop": 818063741
        },
        {
            "start": 818063745,
            "stop": 818063749
        },
        {
            "start": 818063759,
            "stop": 818063760
        },
        {
            "start": 818063820,
            "stop": 818063824
        },
        {
            "start": 818063827,
            "stop": 818063830
        },
        {
            "start": 818063834,
            "stop": 818063836
        },
        {
            "start": 818063839,
            "stop": 818063846
        },
        {
            "start": 818063849,
            "stop": 818063852
        },
        {
            "start": 818063856,
            "stop": 818063858
        },
        {
            "start": 818063864,
            "stop": 818063865
        },
        {
            "start": 818063868,
            "stop": 818063872
        },
        {
            "start": 818063877,
            "stop": 818063880
        },
        {
            "start": 818064120,
            "stop": 818064121
        },
        {
            "start": 818064127,
            "stop": 818064140
        },
        {
            "start": 818064145,
            "stop": 818064149
        },
        {
            "start": 818064152,
            "stop": 818064156
        }
    ]
}