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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=165",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=163",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 164,
    "results": [
        {
            "start": 932471769,
            "stop": 932471784
        },
        {
            "start": 932471786,
            "stop": 932472015
        },
        {
            "start": 932472375,
            "stop": 932473807
        },
        {
            "start": 932473809,
            "stop": 932475615
        },
        {
            "start": 932475975,
            "stop": 932476463
        },
        {
            "start": 932476465,
            "stop": 932476853
        },
        {
            "start": 932476855,
            "stop": 932477255
        },
        {
            "start": 932477274,
            "stop": 932477783
        },
        {
            "start": 932477785,
            "stop": 932479215
        },
        {
            "start": 932479575,
            "stop": 932480250
        },
        {
            "start": 932480255,
            "stop": 932480873
        },
        {
            "start": 932480875,
            "stop": 932482794
        },
        {
            "start": 932482799,
            "stop": 932482815
        },
        {
            "start": 932483175,
            "stop": 932483648
        },
        {
            "start": 932483651,
            "stop": 932483658
        },
        {
            "start": 932483676,
            "stop": 932485073
        },
        {
            "start": 932485092,
            "stop": 932485769
        },
        {
            "start": 932485787,
            "stop": 932486006
        },
        {
            "start": 932486023,
            "stop": 932486415
        },
        {
            "start": 932486775,
            "stop": 932486935
        }
    ]
}