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=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_CAT3/segments?format=api&page=16",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=14",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 15,
    "results": [
        {
            "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
        },
        {
            "start": 815301450,
            "stop": 815301549
        },
        {
            "start": 815301566,
            "stop": 815301630
        },
        {
            "start": 815301750,
            "stop": 815301805
        },
        {
            "start": 815301808,
            "stop": 815301896
        },
        {
            "start": 815301899,
            "stop": 815302379
        },
        {
            "start": 815302396,
            "stop": 815302460
        }
    ]
}