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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=97",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=95",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 96,
    "results": [
        {
            "start": 932087592,
            "stop": 932087601
        },
        {
            "start": 932087619,
            "stop": 932087625
        },
        {
            "start": 932087643,
            "stop": 932087648
        },
        {
            "start": 932087839,
            "stop": 932087872
        },
        {
            "start": 932087891,
            "stop": 932087924
        },
        {
            "start": 932087948,
            "stop": 932087976
        },
        {
            "start": 932088062,
            "stop": 932088080
        },
        {
            "start": 932089009,
            "stop": 932091888
        },
        {
            "start": 932091907,
            "stop": 932094577
        },
        {
            "start": 932094596,
            "stop": 932103264
        },
        {
            "start": 932103283,
            "stop": 932121538
        },
        {
            "start": 932121556,
            "stop": 932124480
        },
        {
            "start": 932124515,
            "stop": 932124530
        },
        {
            "start": 932124531,
            "stop": 932124544
        },
        {
            "start": 932130318,
            "stop": 932130328
        },
        {
            "start": 932131657,
            "stop": 932132771
        },
        {
            "start": 932132831,
            "stop": 932133056
        },
        {
            "start": 932133432,
            "stop": 932133738
        },
        {
            "start": 932133756,
            "stop": 932136491
        },
        {
            "start": 932136611,
            "stop": 932139653
        }
    ]
}