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=4949
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=4950",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4948",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 4949,
    "results": [
        {
            "start": 874432426,
            "stop": 874432489
        },
        {
            "start": 874432496,
            "stop": 874432546
        },
        {
            "start": 874432553,
            "stop": 874432608
        },
        {
            "start": 874432616,
            "stop": 874432646
        },
        {
            "start": 874432654,
            "stop": 874432746
        },
        {
            "start": 874432753,
            "stop": 874432808
        },
        {
            "start": 874432816,
            "stop": 874432871
        },
        {
            "start": 874432878,
            "stop": 874432885
        },
        {
            "start": 874432898,
            "stop": 874432991
        },
        {
            "start": 874432999,
            "stop": 874433092
        },
        {
            "start": 874433099,
            "stop": 874433137
        },
        {
            "start": 874433144,
            "stop": 874433196
        },
        {
            "start": 874433203,
            "stop": 874433234
        },
        {
            "start": 874433241,
            "stop": 874433355
        },
        {
            "start": 874433362,
            "stop": 874433372
        },
        {
            "start": 874433379,
            "stop": 874433384
        },
        {
            "start": 874433568,
            "stop": 874433572
        },
        {
            "start": 874433579,
            "stop": 874433599
        },
        {
            "start": 874433609,
            "stop": 874433689
        },
        {
            "start": 874433696,
            "stop": 874434036
        }
    ]
}