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=105
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=106",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=104",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 105,
    "results": [
        {
            "start": 958658468,
            "stop": 958665326
        },
        {
            "start": 958668831,
            "stop": 958669720
        },
        {
            "start": 958675528,
            "stop": 958683581
        },
        {
            "start": 958683965,
            "stop": 958684358
        },
        {
            "start": 958704575,
            "stop": 958716435
        },
        {
            "start": 958717344,
            "stop": 958732564
        },
        {
            "start": 958733079,
            "stop": 958736783
        },
        {
            "start": 958740971,
            "stop": 958748401
        },
        {
            "start": 958757539,
            "stop": 958765695
        },
        {
            "start": 958814353,
            "stop": 958819940
        },
        {
            "start": 958930330,
            "stop": 958940726
        },
        {
            "start": 958969536,
            "stop": 958971186
        },
        {
            "start": 958973256,
            "stop": 958976639
        },
        {
            "start": 958979120,
            "stop": 958981664
        },
        {
            "start": 958984466,
            "stop": 958984626
        },
        {
            "start": 958985404,
            "stop": 959009334
        },
        {
            "start": 959013469,
            "stop": 959017292
        },
        {
            "start": 959028164,
            "stop": 959031623
        },
        {
            "start": 959034278,
            "stop": 959038277
        },
        {
            "start": 959038559,
            "stop": 959050231
        }
    ]
}