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=115
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=116",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=114",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 115,
    "results": [
        {
            "start": 1259819851,
            "stop": 1259820072
        },
        {
            "start": 1259820075,
            "stop": 1259820195
        },
        {
            "start": 1259820198,
            "stop": 1259820203
        },
        {
            "start": 1259820205,
            "stop": 1259821957
        },
        {
            "start": 1259821961,
            "stop": 1259825259
        },
        {
            "start": 1259825261,
            "stop": 1259827280
        },
        {
            "start": 1259827283,
            "stop": 1259828675
        },
        {
            "start": 1259828679,
            "stop": 1259830552
        },
        {
            "start": 1259830555,
            "stop": 1259834224
        },
        {
            "start": 1259834229,
            "stop": 1259837342
        },
        {
            "start": 1259837345,
            "stop": 1259838053
        },
        {
            "start": 1259838056,
            "stop": 1259839115
        },
        {
            "start": 1259839117,
            "stop": 1259839347
        },
        {
            "start": 1259839350,
            "stop": 1259843513
        },
        {
            "start": 1259843514,
            "stop": 1259849686
        },
        {
            "start": 1259849688,
            "stop": 1259851419
        },
        {
            "start": 1259851421,
            "stop": 1259852757
        },
        {
            "start": 1259852759,
            "stop": 1259852998
        },
        {
            "start": 1259853001,
            "stop": 1259853340
        },
        {
            "start": 1259853344,
            "stop": 1259853683
        }
    ]
}