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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=38",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=36",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 37,
    "results": [
        {
            "start": 816921441,
            "stop": 816922513
        },
        {
            "start": 816923281,
            "stop": 816923312
        },
        {
            "start": 816923319,
            "stop": 816926352
        },
        {
            "start": 816926365,
            "stop": 816926677
        },
        {
            "start": 816926684,
            "stop": 816929067
        },
        {
            "start": 816929079,
            "stop": 816938607
        },
        {
            "start": 816938614,
            "stop": 816946933
        },
        {
            "start": 816948519,
            "stop": 816948819
        },
        {
            "start": 816948827,
            "stop": 816950320
        },
        {
            "start": 816950327,
            "stop": 816951343
        },
        {
            "start": 816951355,
            "stop": 816951820
        },
        {
            "start": 816951827,
            "stop": 816951864
        },
        {
            "start": 816951871,
            "stop": 816952153
        },
        {
            "start": 816953193,
            "stop": 816953215
        },
        {
            "start": 816953229,
            "stop": 816953420
        },
        {
            "start": 816953433,
            "stop": 816953548
        },
        {
            "start": 816953556,
            "stop": 816953583
        },
        {
            "start": 816953590,
            "stop": 816953749
        },
        {
            "start": 816953756,
            "stop": 816955384
        },
        {
            "start": 816955391,
            "stop": 816957350
        }
    ]
}