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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=117",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=115",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 116,
    "results": [
        {
            "start": 831595567,
            "stop": 831598207
        },
        {
            "start": 831599286,
            "stop": 831609433
        },
        {
            "start": 831609965,
            "stop": 831609967
        },
        {
            "start": 831610004,
            "stop": 831626773
        },
        {
            "start": 831627863,
            "stop": 831627906
        },
        {
            "start": 831631705,
            "stop": 831650104
        },
        {
            "start": 831656812,
            "stop": 831657173
        },
        {
            "start": 831659148,
            "stop": 831659820
        },
        {
            "start": 831661874,
            "stop": 831662143
        },
        {
            "start": 831664854,
            "stop": 831665053
        },
        {
            "start": 831667393,
            "stop": 831668699
        },
        {
            "start": 831669251,
            "stop": 831669613
        },
        {
            "start": 831670013,
            "stop": 831672845
        },
        {
            "start": 831673423,
            "stop": 831676993
        },
        {
            "start": 831678061,
            "stop": 831679320
        },
        {
            "start": 831679785,
            "stop": 831694382
        },
        {
            "start": 831694839,
            "stop": 831698461
        },
        {
            "start": 831698987,
            "stop": 831716760
        },
        {
            "start": 831718027,
            "stop": 831718273
        },
        {
            "start": 831720301,
            "stop": 831725053
        }
    ]
}