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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=73",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=71",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 72,
    "results": [
        {
            "start": 931453870,
            "stop": 931453902
        },
        {
            "start": 931453947,
            "stop": 931453969
        },
        {
            "start": 931453975,
            "stop": 931453976
        },
        {
            "start": 931454097,
            "stop": 931454120
        },
        {
            "start": 931454145,
            "stop": 931454149
        },
        {
            "start": 931454167,
            "stop": 931454256
        },
        {
            "start": 931454291,
            "stop": 931454312
        },
        {
            "start": 931454331,
            "stop": 931454332
        },
        {
            "start": 931454350,
            "stop": 931454410
        },
        {
            "start": 931454445,
            "stop": 931454451
        },
        {
            "start": 931454498,
            "stop": 931454510
        },
        {
            "start": 931454531,
            "stop": 931454537
        },
        {
            "start": 931454556,
            "stop": 931454570
        },
        {
            "start": 931454590,
            "stop": 931454630
        },
        {
            "start": 931454632,
            "stop": 931454643
        },
        {
            "start": 931454708,
            "stop": 931454718
        },
        {
            "start": 931454886,
            "stop": 931454890
        },
        {
            "start": 931454941,
            "stop": 931454951
        },
        {
            "start": 931454985,
            "stop": 931455023
        },
        {
            "start": 931455161,
            "stop": 931455163
        }
    ]
}