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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=509",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=507",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 508,
    "results": [
        {
            "start": 962103136,
            "stop": 962123503
        },
        {
            "start": 962218902,
            "stop": 962225680
        },
        {
            "start": 962226136,
            "stop": 962230665
        },
        {
            "start": 962230666,
            "stop": 962231314
        },
        {
            "start": 962238052,
            "stop": 962239286
        },
        {
            "start": 962241246,
            "stop": 962255037
        },
        {
            "start": 962256815,
            "stop": 962276944
        },
        {
            "start": 962278804,
            "stop": 962295455
        },
        {
            "start": 962302965,
            "stop": 962310020
        },
        {
            "start": 962314608,
            "stop": 962316423
        },
        {
            "start": 962344524,
            "stop": 962358182
        },
        {
            "start": 962360660,
            "stop": 962391585
        },
        {
            "start": 962397046,
            "stop": 962412155
        },
        {
            "start": 962412225,
            "stop": 962412355
        },
        {
            "start": 962412590,
            "stop": 962415661
        },
        {
            "start": 962430175,
            "stop": 962434104
        },
        {
            "start": 962434612,
            "stop": 962452423
        },
        {
            "start": 962453629,
            "stop": 962461402
        },
        {
            "start": 962462801,
            "stop": 962464655
        },
        {
            "start": 962484346,
            "stop": 962485455
        }
    ]
}