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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1129",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1127",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1128,
    "results": [
        {
            "start": 1136440457,
            "stop": 1136456587
        },
        {
            "start": 1136456590,
            "stop": 1136456594
        },
        {
            "start": 1136456597,
            "stop": 1136456603
        },
        {
            "start": 1136456606,
            "stop": 1136456611
        },
        {
            "start": 1136456614,
            "stop": 1136456618
        },
        {
            "start": 1136456621,
            "stop": 1136456626
        },
        {
            "start": 1136456629,
            "stop": 1136456633
        },
        {
            "start": 1136456636,
            "stop": 1136456640
        },
        {
            "start": 1136456643,
            "stop": 1136456649
        },
        {
            "start": 1136456652,
            "stop": 1136456659
        },
        {
            "start": 1136456662,
            "stop": 1136456670
        },
        {
            "start": 1136456673,
            "stop": 1136456683
        },
        {
            "start": 1136456686,
            "stop": 1136456696
        },
        {
            "start": 1136456699,
            "stop": 1136456708
        },
        {
            "start": 1136456711,
            "stop": 1136456725
        },
        {
            "start": 1136456728,
            "stop": 1136456739
        },
        {
            "start": 1136456742,
            "stop": 1136456752
        },
        {
            "start": 1136456755,
            "stop": 1136456769
        },
        {
            "start": 1136456772,
            "stop": 1136456783
        },
        {
            "start": 1136456786,
            "stop": 1136456799
        }
    ]
}