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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5096",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5094",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5095,
    "results": [
        {
            "start": 874671169,
            "stop": 874671350
        },
        {
            "start": 874671383,
            "stop": 874671417
        },
        {
            "start": 874671436,
            "stop": 874671480
        },
        {
            "start": 874671512,
            "stop": 874671515
        },
        {
            "start": 874671556,
            "stop": 874671560
        },
        {
            "start": 874671579,
            "stop": 874671649
        },
        {
            "start": 874671668,
            "stop": 874671697
        },
        {
            "start": 874671722,
            "stop": 874671790
        },
        {
            "start": 874671809,
            "stop": 874671818
        },
        {
            "start": 874671856,
            "stop": 874671910
        },
        {
            "start": 874671929,
            "stop": 874671999
        },
        {
            "start": 874672018,
            "stop": 874672031
        },
        {
            "start": 874672050,
            "stop": 874672066
        },
        {
            "start": 874672089,
            "stop": 874672141
        },
        {
            "start": 874672160,
            "stop": 874672223
        },
        {
            "start": 874672242,
            "stop": 874672290
        },
        {
            "start": 874672309,
            "stop": 874672467
        },
        {
            "start": 874672486,
            "stop": 874672487
        },
        {
            "start": 874672507,
            "stop": 874672620
        },
        {
            "start": 874672639,
            "stop": 874672718
        }
    ]
}