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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=420",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=418",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 419,
    "results": [
        {
            "start": 825125775,
            "stop": 825131286
        },
        {
            "start": 825131290,
            "stop": 825133990
        },
        {
            "start": 825133993,
            "stop": 825135241
        },
        {
            "start": 825135258,
            "stop": 825140346
        },
        {
            "start": 825140350,
            "stop": 825141737
        },
        {
            "start": 825141763,
            "stop": 825141788
        },
        {
            "start": 825141807,
            "stop": 825143629
        },
        {
            "start": 825143648,
            "stop": 825144048
        },
        {
            "start": 825144085,
            "stop": 825144905
        },
        {
            "start": 825144908,
            "stop": 825145799
        },
        {
            "start": 825145803,
            "stop": 825145805
        },
        {
            "start": 825145808,
            "stop": 825146333
        },
        {
            "start": 825146336,
            "stop": 825148236
        },
        {
            "start": 825148240,
            "stop": 825148382
        },
        {
            "start": 825148386,
            "stop": 825148398
        },
        {
            "start": 825148401,
            "stop": 825149997
        },
        {
            "start": 825150001,
            "stop": 825150210
        },
        {
            "start": 825150659,
            "stop": 825150818
        },
        {
            "start": 825150928,
            "stop": 825151187
        },
        {
            "start": 825151487,
            "stop": 825151639
        }
    ]
}