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=578
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=579",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=577",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 578,
    "results": [
        {
            "start": 838592873,
            "stop": 838607542
        },
        {
            "start": 838607547,
            "stop": 838607549
        },
        {
            "start": 838608686,
            "stop": 838609842
        },
        {
            "start": 838610516,
            "stop": 838629616
        },
        {
            "start": 838632079,
            "stop": 838635772
        },
        {
            "start": 838636860,
            "stop": 838662449
        },
        {
            "start": 838662464,
            "stop": 838664382
        },
        {
            "start": 838664389,
            "stop": 838664390
        },
        {
            "start": 838664401,
            "stop": 838664711
        },
        {
            "start": 838665052,
            "stop": 838675901
        },
        {
            "start": 838675907,
            "stop": 838675909
        },
        {
            "start": 838675916,
            "stop": 838675933
        },
        {
            "start": 838675938,
            "stop": 838675955
        },
        {
            "start": 838675962,
            "stop": 838675963
        },
        {
            "start": 838675973,
            "stop": 838677917
        },
        {
            "start": 838677925,
            "stop": 838683811
        },
        {
            "start": 838684804,
            "stop": 838688377
        },
        {
            "start": 838690548,
            "stop": 838713255
        },
        {
            "start": 838715170,
            "stop": 838752625
        },
        {
            "start": 838753372,
            "stop": 838756513
        }
    ]
}