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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=38",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=36",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 37,
    "results": [
        {
            "start": 817007070,
            "stop": 817012417
        },
        {
            "start": 817012437,
            "stop": 817015974
        },
        {
            "start": 817015990,
            "stop": 817017395
        },
        {
            "start": 817017402,
            "stop": 817017943
        },
        {
            "start": 817018124,
            "stop": 817018425
        },
        {
            "start": 817018438,
            "stop": 817018462
        },
        {
            "start": 817018470,
            "stop": 817018553
        },
        {
            "start": 817018580,
            "stop": 817020075
        },
        {
            "start": 817020082,
            "stop": 817021665
        },
        {
            "start": 817021672,
            "stop": 817022242
        },
        {
            "start": 817022249,
            "stop": 817022312
        },
        {
            "start": 817022319,
            "stop": 817023134
        },
        {
            "start": 817023141,
            "stop": 817025874
        },
        {
            "start": 817025881,
            "stop": 817027031
        },
        {
            "start": 817027038,
            "stop": 817029064
        },
        {
            "start": 817029072,
            "stop": 817030117
        },
        {
            "start": 817030124,
            "stop": 817030253
        },
        {
            "start": 817030260,
            "stop": 817031473
        },
        {
            "start": 817034008,
            "stop": 817034732
        },
        {
            "start": 817034739,
            "stop": 817034893
        }
    ]
}