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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=93",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=91",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 92,
    "results": [
        {
            "start": 817813607,
            "stop": 817813609
        },
        {
            "start": 817813616,
            "stop": 817813618
        },
        {
            "start": 817813637,
            "stop": 817813644
        },
        {
            "start": 817813652,
            "stop": 817813717
        },
        {
            "start": 817813746,
            "stop": 817813873
        },
        {
            "start": 817813881,
            "stop": 817813919
        },
        {
            "start": 817813927,
            "stop": 817813967
        },
        {
            "start": 817813974,
            "stop": 817813992
        },
        {
            "start": 817813999,
            "stop": 817814023
        },
        {
            "start": 817814063,
            "stop": 817814174
        },
        {
            "start": 817814181,
            "stop": 817814305
        },
        {
            "start": 817814318,
            "stop": 817814339
        },
        {
            "start": 817814348,
            "stop": 817814350
        },
        {
            "start": 817814388,
            "stop": 817814401
        },
        {
            "start": 817814408,
            "stop": 817814414
        },
        {
            "start": 817814423,
            "stop": 817814455
        },
        {
            "start": 817814462,
            "stop": 817814499
        },
        {
            "start": 817814528,
            "stop": 817814542
        },
        {
            "start": 817814550,
            "stop": 817814560
        },
        {
            "start": 817814597,
            "stop": 817814600
        }
    ]
}