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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=1086",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=1084",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1085,
    "results": [
        {
            "start": 1136395310,
            "stop": 1136395311
        },
        {
            "start": 1136395315,
            "stop": 1136395316
        },
        {
            "start": 1136395322,
            "stop": 1136395324
        },
        {
            "start": 1136395333,
            "stop": 1136395334
        },
        {
            "start": 1136395344,
            "stop": 1136395345
        },
        {
            "start": 1136395396,
            "stop": 1136395398
        },
        {
            "start": 1136395419,
            "stop": 1136395420
        },
        {
            "start": 1136395433,
            "stop": 1136395434
        },
        {
            "start": 1136395446,
            "stop": 1136395447
        },
        {
            "start": 1136395450,
            "stop": 1136395453
        },
        {
            "start": 1136395473,
            "stop": 1136395474
        },
        {
            "start": 1136395478,
            "stop": 1136395480
        },
        {
            "start": 1136395484,
            "stop": 1136395486
        },
        {
            "start": 1136395489,
            "stop": 1136395490
        },
        {
            "start": 1136395493,
            "stop": 1136395495
        },
        {
            "start": 1136395499,
            "stop": 1136395500
        },
        {
            "start": 1136395526,
            "stop": 1136395528
        },
        {
            "start": 1136395531,
            "stop": 1136395535
        },
        {
            "start": 1136395610,
            "stop": 1136395611
        },
        {
            "start": 1136395623,
            "stop": 1136395624
        }
    ]
}