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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=442",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=440",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 441,
    "results": [
        {
            "start": 871837611,
            "stop": 871838209
        },
        {
            "start": 871838231,
            "stop": 871839390
        },
        {
            "start": 871839420,
            "stop": 871842163
        },
        {
            "start": 871842183,
            "stop": 871842655
        },
        {
            "start": 871842674,
            "stop": 871842895
        },
        {
            "start": 871842960,
            "stop": 871845540
        },
        {
            "start": 871845600,
            "stop": 871847464
        },
        {
            "start": 871847536,
            "stop": 871847555
        },
        {
            "start": 871847573,
            "stop": 871847846
        },
        {
            "start": 871847930,
            "stop": 871850400
        },
        {
            "start": 871850460,
            "stop": 871850481
        },
        {
            "start": 871850500,
            "stop": 871851310
        },
        {
            "start": 871851341,
            "stop": 871851515
        },
        {
            "start": 871851696,
            "stop": 871852740
        },
        {
            "start": 871852860,
            "stop": 871853580
        },
        {
            "start": 871858697,
            "stop": 871860390
        },
        {
            "start": 871860510,
            "stop": 871860554
        },
        {
            "start": 871860588,
            "stop": 871910849
        },
        {
            "start": 871910871,
            "stop": 871918560
        },
        {
            "start": 871918620,
            "stop": 871920214
        }
    ]
}