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=9
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=10",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=8",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 9,
    "results": [
        {
            "start": 816234021,
            "stop": 816234047
        },
        {
            "start": 816234054,
            "stop": 816234058
        },
        {
            "start": 816234073,
            "stop": 816234105
        },
        {
            "start": 816234114,
            "stop": 816234126
        },
        {
            "start": 816234135,
            "stop": 816234136
        },
        {
            "start": 816234143,
            "stop": 816234150
        },
        {
            "start": 816234158,
            "stop": 816234176
        },
        {
            "start": 816234184,
            "stop": 816234192
        },
        {
            "start": 816234199,
            "stop": 816234218
        },
        {
            "start": 816234228,
            "stop": 816234311
        },
        {
            "start": 816234319,
            "stop": 816234342
        },
        {
            "start": 816234350,
            "stop": 816234381
        },
        {
            "start": 816234392,
            "stop": 816234405
        },
        {
            "start": 816234413,
            "stop": 816234416
        },
        {
            "start": 816234430,
            "stop": 816234444
        },
        {
            "start": 816234454,
            "stop": 816234507
        },
        {
            "start": 816234515,
            "stop": 816234553
        },
        {
            "start": 816234568,
            "stop": 816234589
        },
        {
            "start": 816234596,
            "stop": 816234613
        },
        {
            "start": 816234628,
            "stop": 816234649
        }
    ]
}