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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=114",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=112",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 113,
    "results": [
        {
            "start": 817822357,
            "stop": 817824113
        },
        {
            "start": 817824119,
            "stop": 817824446
        },
        {
            "start": 817827579,
            "stop": 817834063
        },
        {
            "start": 817834244,
            "stop": 817834485
        },
        {
            "start": 817834492,
            "stop": 817834723
        },
        {
            "start": 817834904,
            "stop": 817839349
        },
        {
            "start": 817840292,
            "stop": 817840829
        },
        {
            "start": 817840836,
            "stop": 817841648
        },
        {
            "start": 817841656,
            "stop": 817844246
        },
        {
            "start": 817844247,
            "stop": 817847437
        },
        {
            "start": 817847444,
            "stop": 817852393
        },
        {
            "start": 817855011,
            "stop": 817855172
        },
        {
            "start": 817856796,
            "stop": 817858827
        },
        {
            "start": 817858834,
            "stop": 817859410
        },
        {
            "start": 817859978,
            "stop": 817860745
        },
        {
            "start": 817860752,
            "stop": 817865990
        },
        {
            "start": 817865997,
            "stop": 817868700
        },
        {
            "start": 817868707,
            "stop": 817870627
        },
        {
            "start": 817871819,
            "stop": 817872010
        },
        {
            "start": 817872017,
            "stop": 817874747
        }
    ]
}