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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=836",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=834",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 835,
    "results": [
        {
            "start": 1269119907,
            "stop": 1269119937
        },
        {
            "start": 1269119938,
            "stop": 1269120082
        },
        {
            "start": 1269120086,
            "stop": 1269123770
        },
        {
            "start": 1269123774,
            "stop": 1269123775
        },
        {
            "start": 1269123777,
            "stop": 1269124271
        },
        {
            "start": 1269124275,
            "stop": 1269124518
        },
        {
            "start": 1269124522,
            "stop": 1269128052
        },
        {
            "start": 1269128057,
            "stop": 1269128215
        },
        {
            "start": 1269128223,
            "stop": 1269129244
        },
        {
            "start": 1269129248,
            "stop": 1269131131
        },
        {
            "start": 1269131134,
            "stop": 1269131327
        },
        {
            "start": 1269131328,
            "stop": 1269132005
        },
        {
            "start": 1269132008,
            "stop": 1269132015
        },
        {
            "start": 1269132017,
            "stop": 1269132046
        },
        {
            "start": 1269132047,
            "stop": 1269132055
        },
        {
            "start": 1269132057,
            "stop": 1269132074
        },
        {
            "start": 1269132075,
            "stop": 1269133531
        },
        {
            "start": 1269133534,
            "stop": 1269135678
        },
        {
            "start": 1269135680,
            "stop": 1269136883
        },
        {
            "start": 1269136886,
            "stop": 1269140503
        }
    ]
}