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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=83",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=81",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 82,
    "results": [
        {
            "start": 932077225,
            "stop": 932077237
        },
        {
            "start": 932077238,
            "stop": 932077252
        },
        {
            "start": 932077253,
            "stop": 932077259
        },
        {
            "start": 932077261,
            "stop": 932077281
        },
        {
            "start": 932077282,
            "stop": 932077288
        },
        {
            "start": 932077289,
            "stop": 932077292
        },
        {
            "start": 932077293,
            "stop": 932077301
        },
        {
            "start": 932077302,
            "stop": 932077315
        },
        {
            "start": 932077319,
            "stop": 932077326
        },
        {
            "start": 932077327,
            "stop": 932077331
        },
        {
            "start": 932077332,
            "stop": 932077389
        },
        {
            "start": 932077390,
            "stop": 932077414
        },
        {
            "start": 932077415,
            "stop": 932077429
        },
        {
            "start": 932077431,
            "stop": 932077437
        },
        {
            "start": 932077438,
            "stop": 932077443
        },
        {
            "start": 932077444,
            "stop": 932077454
        },
        {
            "start": 932077456,
            "stop": 932077484
        },
        {
            "start": 932077485,
            "stop": 932077532
        },
        {
            "start": 932077533,
            "stop": 932077534
        },
        {
            "start": 932077535,
            "stop": 932077536
        }
    ]
}