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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=64",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=62",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 63,
    "results": [
        {
            "start": 944957822,
            "stop": 944960931
        },
        {
            "start": 944963360,
            "stop": 944963658
        },
        {
            "start": 944966476,
            "stop": 944967979
        },
        {
            "start": 944968666,
            "stop": 944968748
        },
        {
            "start": 944968803,
            "stop": 944969067
        },
        {
            "start": 944969120,
            "stop": 944973810
        },
        {
            "start": 944975498,
            "stop": 945002262
        },
        {
            "start": 945004079,
            "stop": 945009099
        },
        {
            "start": 945012932,
            "stop": 945017420
        },
        {
            "start": 945019082,
            "stop": 945023674
        },
        {
            "start": 945026177,
            "stop": 945039199
        },
        {
            "start": 945039315,
            "stop": 945056490
        },
        {
            "start": 945057101,
            "stop": 945084142
        },
        {
            "start": 945085689,
            "stop": 945087745
        },
        {
            "start": 945088951,
            "stop": 945099808
        },
        {
            "start": 945100837,
            "stop": 945112075
        },
        {
            "start": 945113441,
            "stop": 945115835
        },
        {
            "start": 945116616,
            "stop": 945117561
        },
        {
            "start": 945120402,
            "stop": 945124318
        },
        {
            "start": 945125264,
            "stop": 945127365
        }
    ]
}