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=161
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=162",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=160",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 161,
    "results": [
        {
            "start": 1135055293,
            "stop": 1135055352
        },
        {
            "start": 1135055355,
            "stop": 1135055356
        },
        {
            "start": 1135055359,
            "stop": 1135055382
        },
        {
            "start": 1135055385,
            "stop": 1135055405
        },
        {
            "start": 1135055408,
            "stop": 1135055425
        },
        {
            "start": 1135055428,
            "stop": 1135055440
        },
        {
            "start": 1135055443,
            "stop": 1135055460
        },
        {
            "start": 1135055463,
            "stop": 1135055480
        },
        {
            "start": 1135055483,
            "stop": 1135055505
        },
        {
            "start": 1135055508,
            "stop": 1135055512
        },
        {
            "start": 1135055515,
            "stop": 1135055546
        },
        {
            "start": 1135055549,
            "stop": 1135055569
        },
        {
            "start": 1135055572,
            "stop": 1135055583
        },
        {
            "start": 1135055587,
            "stop": 1135055600
        },
        {
            "start": 1135055604,
            "stop": 1135055630
        },
        {
            "start": 1135055633,
            "stop": 1135055641
        },
        {
            "start": 1135055644,
            "stop": 1135055650
        },
        {
            "start": 1135055653,
            "stop": 1135055674
        },
        {
            "start": 1135055677,
            "stop": 1135055682
        },
        {
            "start": 1135055685,
            "stop": 1135055688
        }
    ]
}