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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3740",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3738",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3739,
    "results": [
        {
            "start": 873738900,
            "stop": 873739079
        },
        {
            "start": 873739260,
            "stop": 873739740
        },
        {
            "start": 873739800,
            "stop": 873739980
        },
        {
            "start": 873740040,
            "stop": 873740340
        },
        {
            "start": 873740400,
            "stop": 873740520
        },
        {
            "start": 873740580,
            "stop": 873741512
        },
        {
            "start": 873741529,
            "stop": 873741600
        },
        {
            "start": 873741660,
            "stop": 873743460
        },
        {
            "start": 873743580,
            "stop": 873744232
        },
        {
            "start": 873744272,
            "stop": 873744360
        },
        {
            "start": 873744420,
            "stop": 873745328
        },
        {
            "start": 873746777,
            "stop": 873746986
        },
        {
            "start": 873747003,
            "stop": 873747229
        },
        {
            "start": 873747251,
            "stop": 873747300
        },
        {
            "start": 873747360,
            "stop": 873747952
        },
        {
            "start": 873747969,
            "stop": 873748500
        },
        {
            "start": 873748560,
            "stop": 873748713
        },
        {
            "start": 873748730,
            "stop": 873748835
        },
        {
            "start": 873748852,
            "stop": 873748860
        },
        {
            "start": 873748920,
            "stop": 873749326
        }
    ]
}