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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=29",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=27",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 28,
    "results": [
        {
            "start": 931198356,
            "stop": 931200671
        },
        {
            "start": 931202656,
            "stop": 931205353
        },
        {
            "start": 931219808,
            "stop": 931222235
        },
        {
            "start": 931222244,
            "stop": 931222255
        },
        {
            "start": 931244439,
            "stop": 931245754
        },
        {
            "start": 931245756,
            "stop": 931257317
        },
        {
            "start": 931257319,
            "stop": 931257340
        },
        {
            "start": 931257342,
            "stop": 931257470
        },
        {
            "start": 931257472,
            "stop": 931257473
        },
        {
            "start": 931257474,
            "stop": 931258221
        },
        {
            "start": 931258223,
            "stop": 931258227
        },
        {
            "start": 931258229,
            "stop": 931258276
        },
        {
            "start": 931258278,
            "stop": 931258283
        },
        {
            "start": 931258285,
            "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
        }
    ]
}