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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=416",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=414",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 415,
    "results": [
        {
            "start": 932707701,
            "stop": 932707825
        },
        {
            "start": 932707827,
            "stop": 932708017
        },
        {
            "start": 932708018,
            "stop": 932708059
        },
        {
            "start": 932708061,
            "stop": 932708332
        },
        {
            "start": 932708334,
            "stop": 932708615
        },
        {
            "start": 932708616,
            "stop": 932708779
        },
        {
            "start": 932708780,
            "stop": 932708950
        },
        {
            "start": 932708951,
            "stop": 932709347
        },
        {
            "start": 932709348,
            "stop": 932709349
        },
        {
            "start": 932711212,
            "stop": 932711269
        },
        {
            "start": 932711272,
            "stop": 932711675
        },
        {
            "start": 932711676,
            "stop": 932711735
        },
        {
            "start": 932711738,
            "stop": 932712191
        },
        {
            "start": 932712192,
            "stop": 932712253
        },
        {
            "start": 932712254,
            "stop": 932712418
        },
        {
            "start": 932712419,
            "stop": 932712455
        },
        {
            "start": 932712456,
            "stop": 932712515
        },
        {
            "start": 932712516,
            "stop": 932712626
        },
        {
            "start": 932712628,
            "stop": 932712710
        },
        {
            "start": 932712711,
            "stop": 932713175
        }
    ]
}