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=175
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=176",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=174",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 175,
    "results": [
        {
            "start": 932563489,
            "stop": 932563491
        },
        {
            "start": 932563492,
            "stop": 932563520
        },
        {
            "start": 932563539,
            "stop": 932564115
        },
        {
            "start": 932564134,
            "stop": 932565615
        },
        {
            "start": 932565975,
            "stop": 932565999
        },
        {
            "start": 932566002,
            "stop": 932566319
        },
        {
            "start": 932566324,
            "stop": 932566386
        },
        {
            "start": 932587098,
            "stop": 932587215
        },
        {
            "start": 932587575,
            "stop": 932587639
        },
        {
            "start": 932587642,
            "stop": 932588795
        },
        {
            "start": 932588797,
            "stop": 932588865
        },
        {
            "start": 932588868,
            "stop": 932588949
        },
        {
            "start": 932588954,
            "stop": 932589816
        },
        {
            "start": 932589818,
            "stop": 932589998
        },
        {
            "start": 932590000,
            "stop": 932590256
        },
        {
            "start": 932590260,
            "stop": 932590815
        },
        {
            "start": 932591175,
            "stop": 932591436
        },
        {
            "start": 932591438,
            "stop": 932591613
        },
        {
            "start": 932591631,
            "stop": 932592062
        },
        {
            "start": 932592067,
            "stop": 932592890
        }
    ]
}