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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=669",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=667",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 668,
    "results": [
        {
            "start": 858436650,
            "stop": 858437610
        },
        {
            "start": 858437670,
            "stop": 858437790
        },
        {
            "start": 858437910,
            "stop": 858437970
        },
        {
            "start": 858457346,
            "stop": 858461927
        },
        {
            "start": 858464035,
            "stop": 858465150
        },
        {
            "start": 858465210,
            "stop": 858465396
        },
        {
            "start": 858466900,
            "stop": 858467790
        },
        {
            "start": 858468478,
            "stop": 858469463
        },
        {
            "start": 858469482,
            "stop": 858470032
        },
        {
            "start": 858471314,
            "stop": 858489768
        },
        {
            "start": 858490325,
            "stop": 858514641
        },
        {
            "start": 858514647,
            "stop": 858518375
        },
        {
            "start": 858518401,
            "stop": 858528382
        },
        {
            "start": 858530522,
            "stop": 858532042
        },
        {
            "start": 858532918,
            "stop": 858535253
        },
        {
            "start": 858536022,
            "stop": 858540046
        },
        {
            "start": 858540065,
            "stop": 858541503
        },
        {
            "start": 858541524,
            "stop": 858551059
        },
        {
            "start": 858551077,
            "stop": 858555990
        },
        {
            "start": 858556050,
            "stop": 858556064
        }
    ]
}