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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=354",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=352",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 353,
    "results": [
        {
            "start": 857766504,
            "stop": 857766515
        },
        {
            "start": 857766519,
            "stop": 857766529
        },
        {
            "start": 857766543,
            "stop": 857766553
        },
        {
            "start": 857766581,
            "stop": 857766586
        },
        {
            "start": 857766775,
            "stop": 857766834
        },
        {
            "start": 857766843,
            "stop": 857766849
        },
        {
            "start": 857766853,
            "stop": 857766979
        },
        {
            "start": 857766992,
            "stop": 857767013
        },
        {
            "start": 857767892,
            "stop": 857772361
        },
        {
            "start": 857773443,
            "stop": 857776008
        },
        {
            "start": 857776012,
            "stop": 857776260
        },
        {
            "start": 857776265,
            "stop": 857776420
        },
        {
            "start": 857776424,
            "stop": 857776435
        },
        {
            "start": 857776439,
            "stop": 857776600
        },
        {
            "start": 857776604,
            "stop": 857777476
        },
        {
            "start": 857777481,
            "stop": 857777960
        },
        {
            "start": 857777964,
            "stop": 857778222
        },
        {
            "start": 857778231,
            "stop": 857790220
        },
        {
            "start": 857792537,
            "stop": 857833216
        },
        {
            "start": 857848763,
            "stop": 857851253
        }
    ]
}