Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7505
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7506",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7504",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7505,
    "results": [
        {
            "start": 970319960,
            "stop": 970319961
        },
        {
            "start": 970320012,
            "stop": 970320016
        },
        {
            "start": 970320033,
            "stop": 970320034
        },
        {
            "start": 970320053,
            "stop": 970320054
        },
        {
            "start": 970320104,
            "stop": 970320107
        },
        {
            "start": 970320133,
            "stop": 970320254
        },
        {
            "start": 970320257,
            "stop": 970320374
        },
        {
            "start": 970320377,
            "stop": 970320423
        },
        {
            "start": 970320426,
            "stop": 970320527
        },
        {
            "start": 970320530,
            "stop": 970320577
        },
        {
            "start": 970320580,
            "stop": 970320614
        },
        {
            "start": 970320617,
            "stop": 970320618
        },
        {
            "start": 970320624,
            "stop": 970320628
        },
        {
            "start": 970320631,
            "stop": 970320725
        },
        {
            "start": 970320728,
            "stop": 970320739
        },
        {
            "start": 970320742,
            "stop": 970320744
        },
        {
            "start": 970320748,
            "stop": 970320749
        },
        {
            "start": 970320752,
            "stop": 970320774
        },
        {
            "start": 970320777,
            "stop": 970320782
        },
        {
            "start": 970320785,
            "stop": 970320800
        }
    ]
}