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=19
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=20",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=18",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 19,
    "results": [
        {
            "start": 819189059,
            "stop": 819191056
        },
        {
            "start": 819192072,
            "stop": 819201811
        },
        {
            "start": 819202650,
            "stop": 819202863
        },
        {
            "start": 819202879,
            "stop": 819204105
        },
        {
            "start": 819204688,
            "stop": 819210048
        },
        {
            "start": 819210534,
            "stop": 819211316
        },
        {
            "start": 819212082,
            "stop": 819216116
        },
        {
            "start": 819217966,
            "stop": 819218623
        },
        {
            "start": 819218919,
            "stop": 819226617
        },
        {
            "start": 819228203,
            "stop": 819228491
        },
        {
            "start": 819229754,
            "stop": 819230128
        },
        {
            "start": 819230311,
            "stop": 819234399
        },
        {
            "start": 819235345,
            "stop": 819238106
        },
        {
            "start": 819241451,
            "stop": 819250632
        },
        {
            "start": 819252274,
            "stop": 819269460
        },
        {
            "start": 819271266,
            "stop": 819295077
        },
        {
            "start": 819295717,
            "stop": 819299760
        },
        {
            "start": 819300449,
            "stop": 819308035
        },
        {
            "start": 819308240,
            "stop": 819308537
        },
        {
            "start": 819312017,
            "stop": 819313080
        }
    ]
}