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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=388",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=386",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 387,
    "results": [
        {
            "start": 962006244,
            "stop": 962008486
        },
        {
            "start": 962010436,
            "stop": 962021224
        },
        {
            "start": 962023656,
            "stop": 962031038
        },
        {
            "start": 962033276,
            "stop": 962039953
        },
        {
            "start": 962039958,
            "stop": 962040501
        },
        {
            "start": 962079329,
            "stop": 962089192
        },
        {
            "start": 962090551,
            "stop": 962096200
        },
        {
            "start": 962096206,
            "stop": 962098616
        },
        {
            "start": 962099958,
            "stop": 962101778
        },
        {
            "start": 962103136,
            "stop": 962123503
        },
        {
            "start": 962218902,
            "stop": 962225680
        },
        {
            "start": 962226136,
            "stop": 962230665
        },
        {
            "start": 962230670,
            "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
        }
    ]
}