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=143
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=144",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=142",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 143,
    "results": [
        {
            "start": 819905700,
            "stop": 819905880
        },
        {
            "start": 819905888,
            "stop": 819905940
        },
        {
            "start": 819906060,
            "stop": 819906240
        },
        {
            "start": 819906300,
            "stop": 819906420
        },
        {
            "start": 819906540,
            "stop": 819906840
        },
        {
            "start": 819906900,
            "stop": 819906960
        },
        {
            "start": 819907080,
            "stop": 819907560
        },
        {
            "start": 819907690,
            "stop": 819907740
        },
        {
            "start": 819907800,
            "stop": 819907920
        },
        {
            "start": 819907980,
            "stop": 819908100
        },
        {
            "start": 819908160,
            "stop": 819908340
        },
        {
            "start": 819908400,
            "stop": 819909123
        },
        {
            "start": 819909314,
            "stop": 819909780
        },
        {
            "start": 819909840,
            "stop": 819910500
        },
        {
            "start": 819910560,
            "stop": 819910773
        },
        {
            "start": 819910780,
            "stop": 819910920
        },
        {
            "start": 819910980,
            "stop": 819911100
        },
        {
            "start": 819911220,
            "stop": 819911290
        },
        {
            "start": 819911297,
            "stop": 819911340
        },
        {
            "start": 819911460,
            "stop": 819911894
        }
    ]
}