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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=128",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=126",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 127,
    "results": [
        {
            "start": 860401423,
            "stop": 860438621
        },
        {
            "start": 860438929,
            "stop": 860440201
        },
        {
            "start": 860441126,
            "stop": 860454006
        },
        {
            "start": 860455303,
            "stop": 860478575
        },
        {
            "start": 860481618,
            "stop": 860489476
        },
        {
            "start": 860491037,
            "stop": 860497457
        },
        {
            "start": 860498490,
            "stop": 860506945
        },
        {
            "start": 860507677,
            "stop": 860509674
        },
        {
            "start": 860511500,
            "stop": 860527309
        },
        {
            "start": 860528629,
            "stop": 860543534
        },
        {
            "start": 860544526,
            "stop": 860550856
        },
        {
            "start": 860551421,
            "stop": 860552192
        },
        {
            "start": 860552629,
            "stop": 860559698
        },
        {
            "start": 860560415,
            "stop": 860576111
        },
        {
            "start": 860576836,
            "stop": 860585219
        },
        {
            "start": 860586330,
            "stop": 860616128
        },
        {
            "start": 860616845,
            "stop": 860624078
        },
        {
            "start": 860624891,
            "stop": 860675505
        },
        {
            "start": 860676767,
            "stop": 860710818
        },
        {
            "start": 860719054,
            "stop": 860736250
        }
    ]
}