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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=52",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=50",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 51,
    "results": [
        {
            "start": 816181649,
            "stop": 816181683
        },
        {
            "start": 816181691,
            "stop": 816181771
        },
        {
            "start": 816181778,
            "stop": 816181781
        },
        {
            "start": 816181789,
            "stop": 816181803
        },
        {
            "start": 816181810,
            "stop": 816181845
        },
        {
            "start": 816181852,
            "stop": 816181869
        },
        {
            "start": 816181877,
            "stop": 816181956
        },
        {
            "start": 816181963,
            "stop": 816182055
        },
        {
            "start": 816182063,
            "stop": 816182087
        },
        {
            "start": 816182095,
            "stop": 816182214
        },
        {
            "start": 816182221,
            "stop": 816182444
        },
        {
            "start": 816182451,
            "stop": 816182460
        },
        {
            "start": 816182467,
            "stop": 816182487
        },
        {
            "start": 816182494,
            "stop": 816182558
        },
        {
            "start": 816182566,
            "stop": 816182588
        },
        {
            "start": 816182595,
            "stop": 816182685
        },
        {
            "start": 816182692,
            "stop": 816182765
        },
        {
            "start": 816182772,
            "stop": 816182956
        },
        {
            "start": 816182964,
            "stop": 816183090
        },
        {
            "start": 816183097,
            "stop": 816183183
        }
    ]
}