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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT1/segments?format=api&page=7",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT1/segments?format=api&page=5",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 6,
    "results": [
        {
            "start": 931196921,
            "stop": 931198277
        },
        {
            "start": 931198356,
            "stop": 931200671
        },
        {
            "start": 931202656,
            "stop": 931205353
        },
        {
            "start": 931219808,
            "stop": 931222235
        },
        {
            "start": 931222244,
            "stop": 931222255
        },
        {
            "start": 931244439,
            "stop": 931258302
        },
        {
            "start": 931262803,
            "stop": 931274838
        },
        {
            "start": 931283141,
            "stop": 931284000
        },
        {
            "start": 931286273,
            "stop": 931291375
        },
        {
            "start": 931292182,
            "stop": 931293816
        },
        {
            "start": 931316529,
            "stop": 931318362
        },
        {
            "start": 931326936,
            "stop": 931327524
        },
        {
            "start": 931329600,
            "stop": 931330815
        },
        {
            "start": 931338015,
            "stop": 931341957
        },
        {
            "start": 931344916,
            "stop": 931346620
        },
        {
            "start": 931351614,
            "stop": 931359299
        },
        {
            "start": 931360447,
            "stop": 931360909
        },
        {
            "start": 931377655,
            "stop": 931378788
        },
        {
            "start": 931379051,
            "stop": 931386078
        },
        {
            "start": 931399838,
            "stop": 931403540
        }
    ]
}