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=448
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=449",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=447",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 448,
    "results": [
        {
            "start": 872461837,
            "stop": 872462055
        },
        {
            "start": 872462061,
            "stop": 872468647
        },
        {
            "start": 872468668,
            "stop": 872468669
        },
        {
            "start": 872468691,
            "stop": 872515590
        },
        {
            "start": 872518631,
            "stop": 872519115
        },
        {
            "start": 872519170,
            "stop": 872522264
        },
        {
            "start": 872522286,
            "stop": 872522319
        },
        {
            "start": 872522341,
            "stop": 872524712
        },
        {
            "start": 872524732,
            "stop": 872526218
        },
        {
            "start": 872526249,
            "stop": 872527140
        },
        {
            "start": 872527200,
            "stop": 872530443
        },
        {
            "start": 872530595,
            "stop": 872532450
        },
        {
            "start": 872532499,
            "stop": 872534383
        },
        {
            "start": 872540333,
            "stop": 872541402
        },
        {
            "start": 872541423,
            "stop": 872541512
        },
        {
            "start": 872541533,
            "stop": 872544334
        },
        {
            "start": 872544356,
            "stop": 872544359
        },
        {
            "start": 872544381,
            "stop": 872544384
        },
        {
            "start": 872544408,
            "stop": 872544409
        },
        {
            "start": 872544436,
            "stop": 872545299
        }
    ]
}