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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=3",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 2,
    "results": [
        {
            "start": 815202331,
            "stop": 815202343
        },
        {
            "start": 815202360,
            "stop": 815202400
        },
        {
            "start": 815202403,
            "stop": 815202407
        },
        {
            "start": 815202410,
            "stop": 815202443
        },
        {
            "start": 815202460,
            "stop": 815202540
        },
        {
            "start": 815202557,
            "stop": 815202688
        },
        {
            "start": 815202691,
            "stop": 815202978
        },
        {
            "start": 815203039,
            "stop": 815203070
        },
        {
            "start": 815203088,
            "stop": 815203240
        },
        {
            "start": 815203243,
            "stop": 815203261
        },
        {
            "start": 815203278,
            "stop": 815203404
        },
        {
            "start": 815203421,
            "stop": 815203441
        },
        {
            "start": 815203445,
            "stop": 815203563
        },
        {
            "start": 815203593,
            "stop": 815203657
        },
        {
            "start": 815203674,
            "stop": 815203889
        },
        {
            "start": 815203892,
            "stop": 815203984
        },
        {
            "start": 815203987,
            "stop": 815204024
        },
        {
            "start": 815204041,
            "stop": 815204127
        },
        {
            "start": 815204130,
            "stop": 815204158
        },
        {
            "start": 815204161,
            "stop": 815204271
        }
    ]
}