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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=12",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=10",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 11,
    "results": [
        {
            "start": 1257034794,
            "stop": 1257034809
        },
        {
            "start": 1257034814,
            "stop": 1257034818
        },
        {
            "start": 1257034823,
            "stop": 1257035363
        },
        {
            "start": 1257035368,
            "stop": 1257036407
        },
        {
            "start": 1257036410,
            "stop": 1257036513
        },
        {
            "start": 1257036516,
            "stop": 1257036519
        },
        {
            "start": 1257036524,
            "stop": 1257036594
        },
        {
            "start": 1257036598,
            "stop": 1257036642
        },
        {
            "start": 1257036644,
            "stop": 1257036978
        },
        {
            "start": 1257036982,
            "stop": 1257036987
        },
        {
            "start": 1257036991,
            "stop": 1257037004
        },
        {
            "start": 1257037007,
            "stop": 1257037019
        },
        {
            "start": 1257037022,
            "stop": 1257037217
        },
        {
            "start": 1257037221,
            "stop": 1257037273
        },
        {
            "start": 1257037275,
            "stop": 1257037287
        },
        {
            "start": 1257037294,
            "stop": 1257037297
        },
        {
            "start": 1257037298,
            "stop": 1257037463
        },
        {
            "start": 1257037468,
            "stop": 1257037543
        },
        {
            "start": 1257037547,
            "stop": 1257038311
        },
        {
            "start": 1257038314,
            "stop": 1257038501
        }
    ]
}