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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=169",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=167",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 168,
    "results": [
        {
            "start": 932587098,
            "stop": 932587178
        },
        {
            "start": 932587575,
            "stop": 932587639
        },
        {
            "start": 932587642,
            "stop": 932588795
        },
        {
            "start": 932588797,
            "stop": 932588850
        },
        {
            "start": 932588970,
            "stop": 932589816
        },
        {
            "start": 932589818,
            "stop": 932589998
        },
        {
            "start": 932590000,
            "stop": 932590071
        },
        {
            "start": 932590191,
            "stop": 932590256
        },
        {
            "start": 932590260,
            "stop": 932590815
        },
        {
            "start": 932591283,
            "stop": 932591436
        },
        {
            "start": 932591438,
            "stop": 932591613
        },
        {
            "start": 932591631,
            "stop": 932592062
        },
        {
            "start": 932592067,
            "stop": 932592233
        },
        {
            "start": 932592353,
            "stop": 932592785
        },
        {
            "start": 932594775,
            "stop": 932595556
        },
        {
            "start": 932595559,
            "stop": 932595666
        },
        {
            "start": 932595726,
            "stop": 932595770
        },
        {
            "start": 932595773,
            "stop": 932596025
        },
        {
            "start": 932596028,
            "stop": 932596051
        },
        {
            "start": 932596055,
            "stop": 932596506
        }
    ]
}