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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2129",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2127",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2128,
    "results": [
        {
            "start": 866606199,
            "stop": 866606649
        },
        {
            "start": 866606949,
            "stop": 866646152
        },
        {
            "start": 866646158,
            "stop": 866646192
        },
        {
            "start": 866646198,
            "stop": 866646957
        },
        {
            "start": 866646963,
            "stop": 866650072
        },
        {
            "start": 866650078,
            "stop": 866650999
        },
        {
            "start": 866651001,
            "stop": 866651429
        },
        {
            "start": 866659969,
            "stop": 866662775
        },
        {
            "start": 866662780,
            "stop": 866662790
        },
        {
            "start": 866662795,
            "stop": 866667620
        },
        {
            "start": 866667625,
            "stop": 866672556
        },
        {
            "start": 866672856,
            "stop": 866673212
        },
        {
            "start": 866673652,
            "stop": 866673913
        },
        {
            "start": 866674623,
            "stop": 866685943
        },
        {
            "start": 866685945,
            "stop": 866695420
        },
        {
            "start": 866695425,
            "stop": 866698368
        },
        {
            "start": 866698668,
            "stop": 866711116
        },
        {
            "start": 866711558,
            "stop": 866726650
        },
        {
            "start": 866726924,
            "stop": 866733400
        },
        {
            "start": 866733402,
            "stop": 866736126
        }
    ]
}