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=34
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=35",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=33",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 34,
    "results": [
        {
            "start": 931711259,
            "stop": 931711294
        },
        {
            "start": 931711295,
            "stop": 931711458
        },
        {
            "start": 931711461,
            "stop": 931712911
        },
        {
            "start": 931714796,
            "stop": 931715790
        },
        {
            "start": 931715791,
            "stop": 931717747
        },
        {
            "start": 931717749,
            "stop": 931717751
        },
        {
            "start": 931725493,
            "stop": 931725870
        },
        {
            "start": 931725871,
            "stop": 931726091
        },
        {
            "start": 931768212,
            "stop": 931768213
        },
        {
            "start": 931768245,
            "stop": 931768246
        },
        {
            "start": 931768354,
            "stop": 931768387
        },
        {
            "start": 931768411,
            "stop": 931768428
        },
        {
            "start": 931768509,
            "stop": 931768515
        },
        {
            "start": 931768633,
            "stop": 931768634
        },
        {
            "start": 931768704,
            "stop": 931768718
        },
        {
            "start": 931768810,
            "stop": 931768813
        },
        {
            "start": 931768868,
            "stop": 931768869
        },
        {
            "start": 931769073,
            "stop": 931769107
        },
        {
            "start": 931769268,
            "stop": 931769271
        },
        {
            "start": 931769592,
            "stop": 931769624
        }
    ]
}