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=307
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=308",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=306",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 307,
    "results": [
        {
            "start": 859822360,
            "stop": 859822879
        },
        {
            "start": 859825786,
            "stop": 859826044
        },
        {
            "start": 859827066,
            "stop": 859831265
        },
        {
            "start": 859832412,
            "stop": 859833013
        },
        {
            "start": 859836647,
            "stop": 859841557
        },
        {
            "start": 859841688,
            "stop": 859842645
        },
        {
            "start": 859844119,
            "stop": 859844908
        },
        {
            "start": 859845468,
            "stop": 859879387
        },
        {
            "start": 859880956,
            "stop": 859894824
        },
        {
            "start": 859895850,
            "stop": 859897867
        },
        {
            "start": 859899439,
            "stop": 859903081
        },
        {
            "start": 859904164,
            "stop": 859905274
        },
        {
            "start": 859909728,
            "stop": 859910750
        },
        {
            "start": 859910912,
            "stop": 859914093
        },
        {
            "start": 859915652,
            "stop": 859922274
        },
        {
            "start": 859923731,
            "stop": 859924085
        },
        {
            "start": 859926353,
            "stop": 859926819
        },
        {
            "start": 859927139,
            "stop": 859933874
        },
        {
            "start": 859934019,
            "stop": 859966022
        },
        {
            "start": 859971555,
            "stop": 859979753
        }
    ]
}