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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=87",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=85",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 86,
    "results": [
        {
            "start": 830496073,
            "stop": 830533000
        },
        {
            "start": 830533005,
            "stop": 830534160
        },
        {
            "start": 830534168,
            "stop": 830537657
        },
        {
            "start": 830538021,
            "stop": 830538387
        },
        {
            "start": 830538395,
            "stop": 830538429
        },
        {
            "start": 830538442,
            "stop": 830540566
        },
        {
            "start": 830540768,
            "stop": 830545272
        },
        {
            "start": 830545292,
            "stop": 830547783
        },
        {
            "start": 830547792,
            "stop": 830547796
        },
        {
            "start": 830547821,
            "stop": 830547827
        },
        {
            "start": 830547837,
            "stop": 830548470
        },
        {
            "start": 830548478,
            "stop": 830551845
        },
        {
            "start": 830551856,
            "stop": 830551861
        },
        {
            "start": 830574112,
            "stop": 830606549
        },
        {
            "start": 830606555,
            "stop": 830607525
        },
        {
            "start": 830607532,
            "stop": 830617321
        },
        {
            "start": 830669228,
            "stop": 830688401
        },
        {
            "start": 830688408,
            "stop": 830695882
        },
        {
            "start": 830698359,
            "stop": 830705952
        },
        {
            "start": 830720487,
            "stop": 830722087
        }
    ]
}