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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2413",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2411",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2412,
    "results": [
        {
            "start": 873306621,
            "stop": 873306629
        },
        {
            "start": 873306646,
            "stop": 873306675
        },
        {
            "start": 873306692,
            "stop": 873306736
        },
        {
            "start": 873306770,
            "stop": 873306779
        },
        {
            "start": 873306796,
            "stop": 873306806
        },
        {
            "start": 873306834,
            "stop": 873306855
        },
        {
            "start": 873306872,
            "stop": 873306886
        },
        {
            "start": 873306903,
            "stop": 873306944
        },
        {
            "start": 873306976,
            "stop": 873306998
        },
        {
            "start": 873307018,
            "stop": 873307027
        },
        {
            "start": 873307049,
            "stop": 873307053
        },
        {
            "start": 873307071,
            "stop": 873307122
        },
        {
            "start": 873307143,
            "stop": 873307161
        },
        {
            "start": 873307181,
            "stop": 873307211
        },
        {
            "start": 873307243,
            "stop": 873307255
        },
        {
            "start": 873307275,
            "stop": 873307410
        },
        {
            "start": 873307437,
            "stop": 873307463
        },
        {
            "start": 873307480,
            "stop": 873307580
        },
        {
            "start": 873307597,
            "stop": 873307602
        },
        {
            "start": 873307656,
            "stop": 873307670
        }
    ]
}