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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=199",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=197",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 198,
    "results": [
        {
            "start": 850351203,
            "stop": 850352115
        },
        {
            "start": 850352187,
            "stop": 850374087
        },
        {
            "start": 850376438,
            "stop": 850376790
        },
        {
            "start": 850376842,
            "stop": 850379236
        },
        {
            "start": 850380897,
            "stop": 850382171
        },
        {
            "start": 850382288,
            "stop": 850398398
        },
        {
            "start": 850406205,
            "stop": 850424674
        },
        {
            "start": 850424725,
            "stop": 850424782
        },
        {
            "start": 850424846,
            "stop": 850425563
        },
        {
            "start": 850426040,
            "stop": 850433033
        },
        {
            "start": 850433046,
            "stop": 850433686
        },
        {
            "start": 850433823,
            "stop": 850452947
        },
        {
            "start": 850453535,
            "stop": 850453689
        },
        {
            "start": 850453768,
            "stop": 850458686
        },
        {
            "start": 850458853,
            "stop": 850462459
        },
        {
            "start": 850463689,
            "stop": 850482367
        },
        {
            "start": 850483263,
            "stop": 850484287
        },
        {
            "start": 850484920,
            "stop": 850489661
        },
        {
            "start": 850491682,
            "stop": 850494358
        },
        {
            "start": 850494617,
            "stop": 850494772
        }
    ]
}