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=66
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=67",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=65",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 66,
    "results": [
        {
            "start": 816217319,
            "stop": 816217339
        },
        {
            "start": 816217342,
            "stop": 816217348
        },
        {
            "start": 816217351,
            "stop": 816217356
        },
        {
            "start": 816217360,
            "stop": 816217375
        },
        {
            "start": 816217379,
            "stop": 816217380
        },
        {
            "start": 816217383,
            "stop": 816217476
        },
        {
            "start": 816217480,
            "stop": 816217736
        },
        {
            "start": 816217739,
            "stop": 816217762
        },
        {
            "start": 816217765,
            "stop": 816217854
        },
        {
            "start": 816217857,
            "stop": 816217923
        },
        {
            "start": 816217926,
            "stop": 816217928
        },
        {
            "start": 816217931,
            "stop": 816217969
        },
        {
            "start": 816217973,
            "stop": 816218011
        },
        {
            "start": 816218014,
            "stop": 816218048
        },
        {
            "start": 816218052,
            "stop": 816218156
        },
        {
            "start": 816218159,
            "stop": 816218199
        },
        {
            "start": 816218202,
            "stop": 816218447
        },
        {
            "start": 816218450,
            "stop": 816218561
        },
        {
            "start": 816218564,
            "stop": 816218577
        },
        {
            "start": 816218580,
            "stop": 816218619
        }
    ]
}