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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=121",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=119",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 120,
    "results": [
        {
            "start": 846545844,
            "stop": 846620088
        },
        {
            "start": 846620743,
            "stop": 846623796
        },
        {
            "start": 846624913,
            "stop": 846641655
        },
        {
            "start": 846647923,
            "stop": 846703306
        },
        {
            "start": 846703887,
            "stop": 846826570
        },
        {
            "start": 846827779,
            "stop": 846834646
        },
        {
            "start": 846838280,
            "stop": 846844733
        },
        {
            "start": 846846836,
            "stop": 846855282
        },
        {
            "start": 846859852,
            "stop": 846861977
        },
        {
            "start": 847097667,
            "stop": 847120555
        },
        {
            "start": 847120645,
            "stop": 847120687
        },
        {
            "start": 847120829,
            "stop": 847121136
        },
        {
            "start": 847122524,
            "stop": 847122878
        },
        {
            "start": 847123086,
            "stop": 847130068
        },
        {
            "start": 847130186,
            "stop": 847133876
        },
        {
            "start": 847181954,
            "stop": 847225973
        },
        {
            "start": 847226069,
            "stop": 847230658
        },
        {
            "start": 847235374,
            "stop": 847239487
        },
        {
            "start": 847265469,
            "stop": 847266139
        },
        {
            "start": 847266490,
            "stop": 847334433
        }
    ]
}