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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=110",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=108",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 109,
    "results": [
        {
            "start": 1134875458,
            "stop": 1134875498
        },
        {
            "start": 1134875501,
            "stop": 1134875540
        },
        {
            "start": 1134875543,
            "stop": 1134875554
        },
        {
            "start": 1134875557,
            "stop": 1134875568
        },
        {
            "start": 1134875571,
            "stop": 1134875580
        },
        {
            "start": 1134875583,
            "stop": 1134875590
        },
        {
            "start": 1134875593,
            "stop": 1134875594
        },
        {
            "start": 1134875597,
            "stop": 1134875636
        },
        {
            "start": 1134875639,
            "stop": 1134875660
        },
        {
            "start": 1134875663,
            "stop": 1134875670
        },
        {
            "start": 1134875673,
            "stop": 1134875711
        },
        {
            "start": 1134875714,
            "stop": 1134875734
        },
        {
            "start": 1134875737,
            "stop": 1134875753
        },
        {
            "start": 1134875756,
            "stop": 1134875991
        },
        {
            "start": 1134875994,
            "stop": 1134876591
        },
        {
            "start": 1134876594,
            "stop": 1134876601
        },
        {
            "start": 1134876604,
            "stop": 1134876633
        },
        {
            "start": 1134876636,
            "stop": 1134876687
        },
        {
            "start": 1134876690,
            "stop": 1134876767
        },
        {
            "start": 1134876770,
            "stop": 1134876902
        }
    ]
}