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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=374",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=372",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 373,
    "results": [
        {
            "start": 958693927,
            "stop": 958708200
        },
        {
            "start": 958716056,
            "stop": 958720921
        },
        {
            "start": 958728874,
            "stop": 958729536
        },
        {
            "start": 958738118,
            "stop": 958753028
        },
        {
            "start": 958753034,
            "stop": 958753723
        },
        {
            "start": 958757824,
            "stop": 958759120
        },
        {
            "start": 958762500,
            "stop": 958762709
        },
        {
            "start": 958771625,
            "stop": 958771809
        },
        {
            "start": 958777747,
            "stop": 958781641
        },
        {
            "start": 958784723,
            "stop": 958787037
        },
        {
            "start": 958800438,
            "stop": 958802269
        },
        {
            "start": 958803828,
            "stop": 958817975
        },
        {
            "start": 958819684,
            "stop": 958825307
        },
        {
            "start": 958826663,
            "stop": 958830089
        },
        {
            "start": 958833328,
            "stop": 958836828
        },
        {
            "start": 958888571,
            "stop": 958894431
        },
        {
            "start": 958898392,
            "stop": 958899952
        },
        {
            "start": 958904293,
            "stop": 958911758
        },
        {
            "start": 958913293,
            "stop": 958913733
        },
        {
            "start": 958914800,
            "stop": 958919602
        }
    ]
}