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=187
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=188",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=186",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 187,
    "results": [
        {
            "start": 1136383031,
            "stop": 1136383056
        },
        {
            "start": 1136383059,
            "stop": 1136383088
        },
        {
            "start": 1136383091,
            "stop": 1136383114
        },
        {
            "start": 1136383117,
            "stop": 1136383123
        },
        {
            "start": 1136383126,
            "stop": 1136383134
        },
        {
            "start": 1136383137,
            "stop": 1136383168
        },
        {
            "start": 1136383171,
            "stop": 1136383195
        },
        {
            "start": 1136383198,
            "stop": 1136383222
        },
        {
            "start": 1136383225,
            "stop": 1136383263
        },
        {
            "start": 1136383266,
            "stop": 1136383270
        },
        {
            "start": 1136383273,
            "stop": 1136383285
        },
        {
            "start": 1136383288,
            "stop": 1136383322
        },
        {
            "start": 1136383325,
            "stop": 1136383388
        },
        {
            "start": 1136383391,
            "stop": 1136383404
        },
        {
            "start": 1136383407,
            "stop": 1136383432
        },
        {
            "start": 1136383435,
            "stop": 1136383468
        },
        {
            "start": 1136383471,
            "stop": 1136383503
        },
        {
            "start": 1136383506,
            "stop": 1136383520
        },
        {
            "start": 1136383523,
            "stop": 1136383586
        },
        {
            "start": 1136383589,
            "stop": 1136383629
        }
    ]
}