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=447
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=448",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=446",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 447,
    "results": [
        {
            "start": 933404775,
            "stop": 933405745
        },
        {
            "start": 933411506,
            "stop": 933411615
        },
        {
            "start": 933411975,
            "stop": 933412047
        },
        {
            "start": 933412049,
            "stop": 933412283
        },
        {
            "start": 933412285,
            "stop": 933412511
        },
        {
            "start": 933412514,
            "stop": 933414792
        },
        {
            "start": 933414795,
            "stop": 933414838
        },
        {
            "start": 933414841,
            "stop": 933415215
        },
        {
            "start": 933415575,
            "stop": 933415664
        },
        {
            "start": 933415666,
            "stop": 933416378
        },
        {
            "start": 933419191,
            "stop": 933419443
        },
        {
            "start": 933419445,
            "stop": 933419863
        },
        {
            "start": 933425997,
            "stop": 933426015
        },
        {
            "start": 933426375,
            "stop": 933427683
        },
        {
            "start": 933427685,
            "stop": 933427787
        },
        {
            "start": 933427790,
            "stop": 933427882
        },
        {
            "start": 933427885,
            "stop": 933428519
        },
        {
            "start": 933431363,
            "stop": 933431564
        },
        {
            "start": 933431567,
            "stop": 933433215
        },
        {
            "start": 933467398,
            "stop": 933467461
        }
    ]
}