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=5136
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=5137",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5135",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5136,
    "results": [
        {
            "start": 874704029,
            "stop": 874704036
        },
        {
            "start": 874704044,
            "stop": 874704075
        },
        {
            "start": 874704082,
            "stop": 874704092
        },
        {
            "start": 874704099,
            "stop": 874704133
        },
        {
            "start": 874704141,
            "stop": 874704200
        },
        {
            "start": 874704212,
            "stop": 874704288
        },
        {
            "start": 874704295,
            "stop": 874704302
        },
        {
            "start": 874704311,
            "stop": 874704334
        },
        {
            "start": 874704348,
            "stop": 874704349
        },
        {
            "start": 874704356,
            "stop": 874704364
        },
        {
            "start": 874704376,
            "stop": 874704403
        },
        {
            "start": 874704410,
            "stop": 874704413
        },
        {
            "start": 874704420,
            "stop": 874704426
        },
        {
            "start": 874704433,
            "stop": 874704443
        },
        {
            "start": 874704451,
            "stop": 874704482
        },
        {
            "start": 874704500,
            "stop": 874704511
        },
        {
            "start": 874704520,
            "stop": 874704540
        },
        {
            "start": 874704547,
            "stop": 874704551
        },
        {
            "start": 874704558,
            "stop": 874704562
        },
        {
            "start": 874704572,
            "stop": 874704655
        }
    ]
}