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=70
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=71",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=69",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 70,
    "results": [
        {
            "start": 1258500360,
            "stop": 1258503499
        },
        {
            "start": 1258503503,
            "stop": 1258504165
        },
        {
            "start": 1258504169,
            "stop": 1258506169
        },
        {
            "start": 1258506172,
            "stop": 1258507692
        },
        {
            "start": 1258507696,
            "stop": 1258510910
        },
        {
            "start": 1258510914,
            "stop": 1258512640
        },
        {
            "start": 1258512643,
            "stop": 1258513380
        },
        {
            "start": 1258513385,
            "stop": 1258514938
        },
        {
            "start": 1258514941,
            "stop": 1258516249
        },
        {
            "start": 1258516253,
            "stop": 1258516402
        },
        {
            "start": 1258516405,
            "stop": 1258521290
        },
        {
            "start": 1258521292,
            "stop": 1258521897
        },
        {
            "start": 1258521901,
            "stop": 1258523353
        },
        {
            "start": 1258523355,
            "stop": 1258523669
        },
        {
            "start": 1258523674,
            "stop": 1258526318
        },
        {
            "start": 1258526319,
            "stop": 1258526342
        },
        {
            "start": 1258526345,
            "stop": 1258526352
        },
        {
            "start": 1258526358,
            "stop": 1258531151
        },
        {
            "start": 1258531156,
            "stop": 1258531501
        },
        {
            "start": 1258531504,
            "stop": 1258531713
        }
    ]
}