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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2410",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2408",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2409,
    "results": [
        {
            "start": 873295589,
            "stop": 873295648
        },
        {
            "start": 873295665,
            "stop": 873299682
        },
        {
            "start": 873299699,
            "stop": 873299997
        },
        {
            "start": 873300060,
            "stop": 873300864
        },
        {
            "start": 873300903,
            "stop": 873301053
        },
        {
            "start": 873301070,
            "stop": 873301102
        },
        {
            "start": 873301119,
            "stop": 873301129
        },
        {
            "start": 873301146,
            "stop": 873301166
        },
        {
            "start": 873301183,
            "stop": 873301187
        },
        {
            "start": 873301204,
            "stop": 873301211
        },
        {
            "start": 873301228,
            "stop": 873301257
        },
        {
            "start": 873301274,
            "stop": 873301318
        },
        {
            "start": 873301335,
            "stop": 873301389
        },
        {
            "start": 873301406,
            "stop": 873301447
        },
        {
            "start": 873301472,
            "stop": 873301653
        },
        {
            "start": 873301670,
            "stop": 873301820
        },
        {
            "start": 873301853,
            "stop": 873301855
        },
        {
            "start": 873301889,
            "stop": 873302024
        },
        {
            "start": 873302041,
            "stop": 873302219
        },
        {
            "start": 873302246,
            "stop": 873302256
        }
    ]
}