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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=50",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=48",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 49,
    "results": [
        {
            "start": 817652626,
            "stop": 817652632
        },
        {
            "start": 817652643,
            "stop": 817652644
        },
        {
            "start": 817652652,
            "stop": 817653088
        },
        {
            "start": 817653096,
            "stop": 817654572
        },
        {
            "start": 817654581,
            "stop": 817657143
        },
        {
            "start": 817657151,
            "stop": 817661820
        },
        {
            "start": 817692013,
            "stop": 817692133
        },
        {
            "start": 817692141,
            "stop": 817692144
        },
        {
            "start": 817692152,
            "stop": 817694578
        },
        {
            "start": 817694587,
            "stop": 817694621
        },
        {
            "start": 817694640,
            "stop": 817696168
        },
        {
            "start": 817696221,
            "stop": 817696223
        },
        {
            "start": 817696231,
            "stop": 817696289
        },
        {
            "start": 817696297,
            "stop": 817696459
        },
        {
            "start": 817696481,
            "stop": 817698462
        },
        {
            "start": 817698485,
            "stop": 817698549
        },
        {
            "start": 817698557,
            "stop": 817698575
        },
        {
            "start": 817700009,
            "stop": 817700182
        },
        {
            "start": 817704087,
            "stop": 817705494
        },
        {
            "start": 817705513,
            "stop": 817705516
        }
    ]
}