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=109
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=110",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=108",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 109,
    "results": [
        {
            "start": 830297239,
            "stop": 830297241
        },
        {
            "start": 830297308,
            "stop": 830301708
        },
        {
            "start": 830302208,
            "stop": 830302933
        },
        {
            "start": 830302946,
            "stop": 830302948
        },
        {
            "start": 830303010,
            "stop": 830304373
        },
        {
            "start": 830304410,
            "stop": 830304412
        },
        {
            "start": 830304502,
            "stop": 830310128
        },
        {
            "start": 830310335,
            "stop": 830310366
        },
        {
            "start": 830310433,
            "stop": 830311006
        },
        {
            "start": 830311826,
            "stop": 830315769
        },
        {
            "start": 830315969,
            "stop": 830320093
        },
        {
            "start": 830320104,
            "stop": 830320106
        },
        {
            "start": 830320166,
            "stop": 830328425
        },
        {
            "start": 830330312,
            "stop": 830330336
        },
        {
            "start": 830330909,
            "stop": 830331902
        },
        {
            "start": 830332861,
            "stop": 830341921
        },
        {
            "start": 830343831,
            "stop": 830343913
        },
        {
            "start": 830343962,
            "stop": 830343963
        },
        {
            "start": 830344813,
            "stop": 830344873
        },
        {
            "start": 830344893,
            "stop": 830344895
        }
    ]
}