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=84
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=85",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=83",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 84,
    "results": [
        {
            "start": 817745801,
            "stop": 817745849
        },
        {
            "start": 817745904,
            "stop": 817745932
        },
        {
            "start": 817746020,
            "stop": 817746055
        },
        {
            "start": 817746084,
            "stop": 817746120
        },
        {
            "start": 817746149,
            "stop": 817746262
        },
        {
            "start": 817746286,
            "stop": 817746300
        },
        {
            "start": 817746367,
            "stop": 817746991
        },
        {
            "start": 817747027,
            "stop": 817747096
        },
        {
            "start": 817747110,
            "stop": 817747145
        },
        {
            "start": 817747153,
            "stop": 817747256
        },
        {
            "start": 817747285,
            "stop": 817747432
        },
        {
            "start": 817747440,
            "stop": 817747511
        },
        {
            "start": 817747554,
            "stop": 817747644
        },
        {
            "start": 817747673,
            "stop": 817747695
        },
        {
            "start": 817747702,
            "stop": 817747764
        },
        {
            "start": 817747793,
            "stop": 817747795
        },
        {
            "start": 817747805,
            "stop": 817747849
        },
        {
            "start": 817747879,
            "stop": 817747881
        },
        {
            "start": 817747910,
            "stop": 817747946
        },
        {
            "start": 817747975,
            "stop": 817748013
        }
    ]
}