Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=54
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=55",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=53",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 54,
    "results": [
        {
            "start": 825423060,
            "stop": 825423600
        },
        {
            "start": 825424470,
            "stop": 825424915
        },
        {
            "start": 825425130,
            "stop": 825425823
        },
        {
            "start": 825426510,
            "stop": 825427288
        },
        {
            "start": 825427834,
            "stop": 825428381
        },
        {
            "start": 825433583,
            "stop": 825433793
        },
        {
            "start": 825434623,
            "stop": 825434947
        },
        {
            "start": 825435648,
            "stop": 825435734
        },
        {
            "start": 825435847,
            "stop": 825435897
        },
        {
            "start": 825436406,
            "stop": 825438791
        },
        {
            "start": 825442717,
            "stop": 825443643
        },
        {
            "start": 825459427,
            "stop": 825462082
        },
        {
            "start": 825468694,
            "stop": 825469340
        },
        {
            "start": 825471816,
            "stop": 825471831
        },
        {
            "start": 825472324,
            "stop": 825495453
        },
        {
            "start": 825504637,
            "stop": 825516755
        },
        {
            "start": 825518360,
            "stop": 825519009
        },
        {
            "start": 825520947,
            "stop": 825522599
        },
        {
            "start": 825522668,
            "stop": 825534052
        },
        {
            "start": 825534150,
            "stop": 825536258
        }
    ]
}