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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=658",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=656",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 657,
    "results": [
        {
            "start": 856296840,
            "stop": 856308676
        },
        {
            "start": 856308695,
            "stop": 856309458
        },
        {
            "start": 856309665,
            "stop": 856319364
        },
        {
            "start": 856319909,
            "stop": 856320390
        },
        {
            "start": 856321215,
            "stop": 856321709
        },
        {
            "start": 856322511,
            "stop": 856323450
        },
        {
            "start": 856323690,
            "stop": 856323692
        },
        {
            "start": 856325321,
            "stop": 856330830
        },
        {
            "start": 856330890,
            "stop": 856331010
        },
        {
            "start": 856331725,
            "stop": 856365445
        },
        {
            "start": 856365464,
            "stop": 856383002
        },
        {
            "start": 856384260,
            "stop": 856396269
        },
        {
            "start": 856397086,
            "stop": 856401856
        },
        {
            "start": 856402597,
            "stop": 856411003
        },
        {
            "start": 856411648,
            "stop": 856414768
        },
        {
            "start": 856415480,
            "stop": 856436310
        },
        {
            "start": 856439173,
            "stop": 856448574
        },
        {
            "start": 856448592,
            "stop": 856450769
        },
        {
            "start": 856454285,
            "stop": 856466250
        },
        {
            "start": 856466310,
            "stop": 856466327
        }
    ]
}