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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5189",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5187",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5188,
    "results": [
        {
            "start": 874791588,
            "stop": 874791624
        },
        {
            "start": 874791631,
            "stop": 874791674
        },
        {
            "start": 874791686,
            "stop": 874791700
        },
        {
            "start": 874791707,
            "stop": 874791879
        },
        {
            "start": 874791891,
            "stop": 874791931
        },
        {
            "start": 874791938,
            "stop": 874792096
        },
        {
            "start": 874792110,
            "stop": 874792144
        },
        {
            "start": 874792151,
            "stop": 874792156
        },
        {
            "start": 874792163,
            "stop": 874792184
        },
        {
            "start": 874792191,
            "stop": 874792238
        },
        {
            "start": 874792245,
            "stop": 874792256
        },
        {
            "start": 874792272,
            "stop": 874792332
        },
        {
            "start": 874792340,
            "stop": 874792366
        },
        {
            "start": 874792378,
            "stop": 874792424
        },
        {
            "start": 874792431,
            "stop": 874792447
        },
        {
            "start": 874792454,
            "stop": 874792562
        },
        {
            "start": 874792569,
            "stop": 874792701
        },
        {
            "start": 874792708,
            "stop": 874792760
        },
        {
            "start": 874792767,
            "stop": 874792817
        },
        {
            "start": 874792830,
            "stop": 874792856
        }
    ]
}