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=104
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=105",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=103",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 104,
    "results": [
        {
            "start": 817864099,
            "stop": 817864187
        },
        {
            "start": 817864195,
            "stop": 817864202
        },
        {
            "start": 817864210,
            "stop": 817864211
        },
        {
            "start": 817864219,
            "stop": 817864249
        },
        {
            "start": 817864256,
            "stop": 817864348
        },
        {
            "start": 817864356,
            "stop": 817864396
        },
        {
            "start": 817864404,
            "stop": 817864417
        },
        {
            "start": 817864424,
            "stop": 817864533
        },
        {
            "start": 817864562,
            "stop": 817864588
        },
        {
            "start": 817864626,
            "stop": 817864712
        },
        {
            "start": 817864720,
            "stop": 817864730
        },
        {
            "start": 817864738,
            "stop": 817864740
        },
        {
            "start": 817864751,
            "stop": 817864767
        },
        {
            "start": 817864824,
            "stop": 817864827
        },
        {
            "start": 817864835,
            "stop": 817864837
        },
        {
            "start": 817864845,
            "stop": 817864952
        },
        {
            "start": 817864960,
            "stop": 817865079
        },
        {
            "start": 817865086,
            "stop": 817865096
        },
        {
            "start": 817865103,
            "stop": 817865122
        },
        {
            "start": 817865129,
            "stop": 817865259
        }
    ]
}