Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=103
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=104",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=102",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 103,
    "results": [
        {
            "start": 817862970,
            "stop": 817863053
        },
        {
            "start": 817863068,
            "stop": 817863070
        },
        {
            "start": 817863078,
            "stop": 817863110
        },
        {
            "start": 817863118,
            "stop": 817863271
        },
        {
            "start": 817863300,
            "stop": 817863328
        },
        {
            "start": 817863372,
            "stop": 817863435
        },
        {
            "start": 817863462,
            "stop": 817863467
        },
        {
            "start": 817863477,
            "stop": 817863534
        },
        {
            "start": 817863542,
            "stop": 817863559
        },
        {
            "start": 817863566,
            "stop": 817863582
        },
        {
            "start": 817863589,
            "stop": 817863704
        },
        {
            "start": 817863720,
            "stop": 817863728
        },
        {
            "start": 817863736,
            "stop": 817863746
        },
        {
            "start": 817863753,
            "stop": 817863760
        },
        {
            "start": 817863770,
            "stop": 817863788
        },
        {
            "start": 817863796,
            "stop": 817863857
        },
        {
            "start": 817863864,
            "stop": 817863880
        },
        {
            "start": 817863887,
            "stop": 817863901
        },
        {
            "start": 817863909,
            "stop": 817864054
        },
        {
            "start": 817864062,
            "stop": 817864083
        }
    ]
}