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=8596
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=8597",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8595",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8596,
    "results": [
        {
            "start": 870653315,
            "stop": 870653400
        },
        {
            "start": 870653520,
            "stop": 870653580
        },
        {
            "start": 870653640,
            "stop": 870653760
        },
        {
            "start": 870653820,
            "stop": 870654060
        },
        {
            "start": 870654180,
            "stop": 870655320
        },
        {
            "start": 870655500,
            "stop": 870656820
        },
        {
            "start": 870656880,
            "stop": 870657000
        },
        {
            "start": 870657060,
            "stop": 870657393
        },
        {
            "start": 870657622,
            "stop": 870658683
        },
        {
            "start": 870658700,
            "stop": 870662700
        },
        {
            "start": 870662760,
            "stop": 870663060
        },
        {
            "start": 870663120,
            "stop": 870664320
        },
        {
            "start": 870664440,
            "stop": 870666840
        },
        {
            "start": 870666900,
            "stop": 870667440
        },
        {
            "start": 870667500,
            "stop": 870667708
        },
        {
            "start": 870667725,
            "stop": 870668760
        },
        {
            "start": 870668820,
            "stop": 870669360
        },
        {
            "start": 870669420,
            "stop": 870669600
        },
        {
            "start": 870669720,
            "stop": 870669840
        },
        {
            "start": 870669900,
            "stop": 870669960
        }
    ]
}