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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7522",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7520",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7521,
    "results": [
        {
            "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
        },
        {
            "start": 970320803,
            "stop": 970320898
        },
        {
            "start": 970320901,
            "stop": 970320916
        },
        {
            "start": 970321036,
            "stop": 970321082
        },
        {
            "start": 970321088,
            "stop": 970321118
        },
        {
            "start": 970321121,
            "stop": 970321174
        }
    ]
}