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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=131",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=129",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 130,
    "results": [
        {
            "start": 837185608,
            "stop": 837188433
        },
        {
            "start": 837188442,
            "stop": 837188554
        },
        {
            "start": 837190460,
            "stop": 837193212
        },
        {
            "start": 837193322,
            "stop": 837193523
        },
        {
            "start": 837195230,
            "stop": 837195708
        },
        {
            "start": 837195715,
            "stop": 837196119
        },
        {
            "start": 837196127,
            "stop": 837196351
        },
        {
            "start": 837196353,
            "stop": 837202196
        },
        {
            "start": 837203448,
            "stop": 837204723
        },
        {
            "start": 837206770,
            "stop": 837212488
        },
        {
            "start": 837212496,
            "stop": 837218607
        },
        {
            "start": 837218614,
            "stop": 837219398
        },
        {
            "start": 837219399,
            "stop": 837219436
        },
        {
            "start": 837219597,
            "stop": 837220038
        },
        {
            "start": 837220040,
            "stop": 837221488
        },
        {
            "start": 837221490,
            "stop": 837222294
        },
        {
            "start": 837223387,
            "stop": 837223449
        },
        {
            "start": 837226406,
            "stop": 837226478
        },
        {
            "start": 837226486,
            "stop": 837227686
        },
        {
            "start": 837227694,
            "stop": 837242345
        }
    ]
}