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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=32",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=30",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 31,
    "results": [
        {
            "start": 819192072,
            "stop": 819201811
        },
        {
            "start": 819202650,
            "stop": 819202863
        },
        {
            "start": 819202879,
            "stop": 819204105
        },
        {
            "start": 819204688,
            "stop": 819210044
        },
        {
            "start": 819210534,
            "stop": 819211051
        },
        {
            "start": 819211053,
            "stop": 819211230
        },
        {
            "start": 819211290,
            "stop": 819211316
        },
        {
            "start": 819212082,
            "stop": 819216116
        },
        {
            "start": 819217966,
            "stop": 819218622
        },
        {
            "start": 819218919,
            "stop": 819226590
        },
        {
            "start": 819228203,
            "stop": 819228450
        },
        {
            "start": 819229754,
            "stop": 819230127
        },
        {
            "start": 819230311,
            "stop": 819234398
        },
        {
            "start": 819235345,
            "stop": 819238105
        },
        {
            "start": 819241451,
            "stop": 819250632
        },
        {
            "start": 819252274,
            "stop": 819257185
        },
        {
            "start": 819257187,
            "stop": 819269430
        },
        {
            "start": 819271266,
            "stop": 819292653
        },
        {
            "start": 819292655,
            "stop": 819294990
        },
        {
            "start": 819295050,
            "stop": 819295077
        }
    ]
}