Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8573
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=8574",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8572",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8573,
    "results": [
        {
            "start": 870233100,
            "stop": 870233160
        },
        {
            "start": 870233220,
            "stop": 870233280
        },
        {
            "start": 870233400,
            "stop": 870233460
        },
        {
            "start": 870233520,
            "stop": 870233760
        },
        {
            "start": 870234000,
            "stop": 870234300
        },
        {
            "start": 870234360,
            "stop": 870234420
        },
        {
            "start": 870235095,
            "stop": 870235140
        },
        {
            "start": 870235380,
            "stop": 870235440
        },
        {
            "start": 870235620,
            "stop": 870235680
        },
        {
            "start": 870236100,
            "stop": 870236160
        },
        {
            "start": 870236640,
            "stop": 870236700
        },
        {
            "start": 870237600,
            "stop": 870237720
        },
        {
            "start": 870238500,
            "stop": 870238620
        },
        {
            "start": 870239460,
            "stop": 870239520
        },
        {
            "start": 870239940,
            "stop": 870240060
        },
        {
            "start": 870240360,
            "stop": 870240480
        },
        {
            "start": 870240540,
            "stop": 870240600
        },
        {
            "start": 870240660,
            "stop": 870240840
        },
        {
            "start": 870240960,
            "stop": 870241740
        },
        {
            "start": 870241800,
            "stop": 870241980
        }
    ]
}