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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=303",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=301",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 302,
    "results": [
        {
            "start": 931769998,
            "stop": 931770004
        },
        {
            "start": 931770007,
            "stop": 931770010
        },
        {
            "start": 931770013,
            "stop": 931770022
        },
        {
            "start": 931770027,
            "stop": 931770028
        },
        {
            "start": 931770044,
            "stop": 931770046
        },
        {
            "start": 931770050,
            "stop": 931770057
        },
        {
            "start": 931770060,
            "stop": 931770061
        },
        {
            "start": 931770064,
            "stop": 931770068
        },
        {
            "start": 931770076,
            "stop": 931770082
        },
        {
            "start": 931770087,
            "stop": 931770089
        },
        {
            "start": 931770095,
            "stop": 931770097
        },
        {
            "start": 931770110,
            "stop": 931770111
        },
        {
            "start": 931770117,
            "stop": 931770119
        },
        {
            "start": 931770122,
            "stop": 931770130
        },
        {
            "start": 931770136,
            "stop": 931770137
        },
        {
            "start": 931770142,
            "stop": 931770143
        },
        {
            "start": 931770148,
            "stop": 931770150
        },
        {
            "start": 931770155,
            "stop": 931770160
        },
        {
            "start": 931770167,
            "stop": 931770169
        },
        {
            "start": 931770172,
            "stop": 931770176
        }
    ]
}