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=14
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=15",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=13",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 14,
    "results": [
        {
            "start": 815244935,
            "stop": 815245011
        },
        {
            "start": 815245014,
            "stop": 815245141
        },
        {
            "start": 815245144,
            "stop": 815245230
        },
        {
            "start": 815245290,
            "stop": 815246612
        },
        {
            "start": 815246615,
            "stop": 815246916
        },
        {
            "start": 815246919,
            "stop": 815247063
        },
        {
            "start": 815247994,
            "stop": 815248706
        },
        {
            "start": 815248710,
            "stop": 815248996
        },
        {
            "start": 815248999,
            "stop": 815249041
        },
        {
            "start": 815249044,
            "stop": 815250054
        },
        {
            "start": 815250057,
            "stop": 815250428
        },
        {
            "start": 815250431,
            "stop": 815250708
        },
        {
            "start": 815250711,
            "stop": 815250750
        },
        {
            "start": 815250810,
            "stop": 815252434
        },
        {
            "start": 815252451,
            "stop": 815252520
        },
        {
            "start": 815265560,
            "stop": 815265579
        },
        {
            "start": 815265598,
            "stop": 815265750
        },
        {
            "start": 815265810,
            "stop": 815266723
        },
        {
            "start": 815267210,
            "stop": 815267714
        },
        {
            "start": 815267790,
            "stop": 815268930
        }
    ]
}