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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=278",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=276",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 277,
    "results": [
        {
            "start": 857662598,
            "stop": 857664192
        },
        {
            "start": 857664200,
            "stop": 857664590
        },
        {
            "start": 857664604,
            "stop": 857667252
        },
        {
            "start": 857669641,
            "stop": 857669701
        },
        {
            "start": 857669704,
            "stop": 857670264
        },
        {
            "start": 857670272,
            "stop": 857670288
        },
        {
            "start": 857670291,
            "stop": 857670340
        },
        {
            "start": 857670344,
            "stop": 857670441
        },
        {
            "start": 857670445,
            "stop": 857670466
        },
        {
            "start": 857670488,
            "stop": 857670494
        },
        {
            "start": 857670512,
            "stop": 857670518
        },
        {
            "start": 857670522,
            "stop": 857671222
        },
        {
            "start": 857671236,
            "stop": 857671241
        },
        {
            "start": 857671245,
            "stop": 857671257
        },
        {
            "start": 857671260,
            "stop": 857671266
        },
        {
            "start": 857671269,
            "stop": 857671275
        },
        {
            "start": 857671293,
            "stop": 857671319
        },
        {
            "start": 857671327,
            "stop": 857671337
        },
        {
            "start": 857671341,
            "stop": 857671347
        },
        {
            "start": 857671350,
            "stop": 857671356
        }
    ]
}