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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=16",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=14",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 15,
    "results": [
        {
            "start": 815252324,
            "stop": 815252432
        },
        {
            "start": 815265560,
            "stop": 815265579
        },
        {
            "start": 815265598,
            "stop": 815265750
        },
        {
            "start": 815265810,
            "stop": 815266723
        },
        {
            "start": 815267210,
            "stop": 815267714
        },
        {
            "start": 815267790,
            "stop": 815268930
        },
        {
            "start": 815268990,
            "stop": 815269249
        },
        {
            "start": 815269252,
            "stop": 815269989
        },
        {
            "start": 815269992,
            "stop": 815270081
        },
        {
            "start": 815270084,
            "stop": 815270277
        },
        {
            "start": 815270280,
            "stop": 815270553
        },
        {
            "start": 815270556,
            "stop": 815270600
        },
        {
            "start": 815270603,
            "stop": 815270970
        },
        {
            "start": 815271030,
            "stop": 815271379
        },
        {
            "start": 815298136,
            "stop": 815298210
        },
        {
            "start": 815299652,
            "stop": 815299710
        },
        {
            "start": 815300730,
            "stop": 815300790
        },
        {
            "start": 815300850,
            "stop": 815300872
        },
        {
            "start": 815300875,
            "stop": 815300910
        },
        {
            "start": 815301090,
            "stop": 815301330
        }
    ]
}