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=51
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=52",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=50",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 51,
    "results": [
        {
            "start": 1130043589,
            "stop": 1130044530
        },
        {
            "start": 1130044537,
            "stop": 1130045534
        },
        {
            "start": 1130045535,
            "stop": 1130055575
        },
        {
            "start": 1130055582,
            "stop": 1130056343
        },
        {
            "start": 1130056350,
            "stop": 1130059160
        },
        {
            "start": 1130059161,
            "stop": 1130061479
        },
        {
            "start": 1130061486,
            "stop": 1130067573
        },
        {
            "start": 1130067580,
            "stop": 1130068665
        },
        {
            "start": 1130068672,
            "stop": 1130084752
        },
        {
            "start": 1130084759,
            "stop": 1130089456
        },
        {
            "start": 1130089464,
            "stop": 1130091140
        },
        {
            "start": 1130091147,
            "stop": 1130094286
        },
        {
            "start": 1130119479,
            "stop": 1130121234
        },
        {
            "start": 1130121242,
            "stop": 1130128666
        },
        {
            "start": 1130128667,
            "stop": 1130131164
        },
        {
            "start": 1130131165,
            "stop": 1130150835
        },
        {
            "start": 1130150842,
            "stop": 1130155227
        },
        {
            "start": 1130155228,
            "stop": 1130155314
        },
        {
            "start": 1130155315,
            "stop": 1130164504
        },
        {
            "start": 1130170615,
            "stop": 1130170740
        }
    ]
}