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=195
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=196",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=194",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 195,
    "results": [
        {
            "start": 841751832,
            "stop": 841752908
        },
        {
            "start": 841754326,
            "stop": 841755910
        },
        {
            "start": 841756854,
            "stop": 841759127
        },
        {
            "start": 841759235,
            "stop": 841761899
        },
        {
            "start": 841762715,
            "stop": 841763943
        },
        {
            "start": 841764013,
            "stop": 841769893
        },
        {
            "start": 841770751,
            "stop": 841780873
        },
        {
            "start": 841781854,
            "stop": 841788303
        },
        {
            "start": 841788373,
            "stop": 841792213
        },
        {
            "start": 841793356,
            "stop": 841806239
        },
        {
            "start": 841808099,
            "stop": 841820158
        },
        {
            "start": 841823367,
            "stop": 841825033
        },
        {
            "start": 841827473,
            "stop": 841845771
        },
        {
            "start": 841846535,
            "stop": 841849685
        },
        {
            "start": 841850666,
            "stop": 841869741
        },
        {
            "start": 841869872,
            "stop": 841908251
        },
        {
            "start": 841910055,
            "stop": 841923313
        },
        {
            "start": 841925333,
            "stop": 841929586
        },
        {
            "start": 841961412,
            "stop": 841961577
        },
        {
            "start": 841961992,
            "stop": 841965553
        }
    ]
}