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=1078
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=1079",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=1077",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1078,
    "results": [
        {
            "start": 1136391288,
            "stop": 1136391289
        },
        {
            "start": 1136391319,
            "stop": 1136391320
        },
        {
            "start": 1136391329,
            "stop": 1136391330
        },
        {
            "start": 1136391364,
            "stop": 1136391365
        },
        {
            "start": 1136391368,
            "stop": 1136391369
        },
        {
            "start": 1136391379,
            "stop": 1136391380
        },
        {
            "start": 1136391392,
            "stop": 1136391400
        },
        {
            "start": 1136391436,
            "stop": 1136391446
        },
        {
            "start": 1136391472,
            "stop": 1136391475
        },
        {
            "start": 1136391480,
            "stop": 1136391481
        },
        {
            "start": 1136391484,
            "stop": 1136391492
        },
        {
            "start": 1136391498,
            "stop": 1136391520
        },
        {
            "start": 1136391527,
            "stop": 1136391531
        },
        {
            "start": 1136391536,
            "stop": 1136391539
        },
        {
            "start": 1136391550,
            "stop": 1136391552
        },
        {
            "start": 1136391578,
            "stop": 1136391582
        },
        {
            "start": 1136391594,
            "stop": 1136391601
        },
        {
            "start": 1136391604,
            "stop": 1136391606
        },
        {
            "start": 1136391609,
            "stop": 1136391619
        },
        {
            "start": 1136391628,
            "stop": 1136392277
        }
    ]
}