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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=400",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=398",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 399,
    "results": [
        {
            "start": 1184753784,
            "stop": 1184753801
        },
        {
            "start": 1184753807,
            "stop": 1184754184
        },
        {
            "start": 1184754191,
            "stop": 1184754251
        },
        {
            "start": 1184754314,
            "stop": 1184754318
        },
        {
            "start": 1184754327,
            "stop": 1184754565
        },
        {
            "start": 1184754571,
            "stop": 1184754881
        },
        {
            "start": 1184754885,
            "stop": 1184754889
        },
        {
            "start": 1184754899,
            "stop": 1184754904
        },
        {
            "start": 1184754924,
            "stop": 1184754936
        },
        {
            "start": 1184754943,
            "stop": 1184754987
        },
        {
            "start": 1184755000,
            "stop": 1184755018
        },
        {
            "start": 1184755027,
            "stop": 1184755033
        },
        {
            "start": 1184755056,
            "stop": 1184755095
        },
        {
            "start": 1184764852,
            "stop": 1184765153
        },
        {
            "start": 1184765395,
            "stop": 1184765453
        },
        {
            "start": 1184765755,
            "stop": 1184765813
        },
        {
            "start": 1184766295,
            "stop": 1184766593
        },
        {
            "start": 1184766955,
            "stop": 1184767133
        },
        {
            "start": 1184767435,
            "stop": 1184767613
        },
        {
            "start": 1184767675,
            "stop": 1184772001
        }
    ]
}