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=122
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=123",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=121",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 122,
    "results": [
        {
            "start": 932650007,
            "stop": 932650008
        },
        {
            "start": 932650115,
            "stop": 932651246
        },
        {
            "start": 932651265,
            "stop": 932651575
        },
        {
            "start": 932651605,
            "stop": 932651817
        },
        {
            "start": 932651836,
            "stop": 932652310
        },
        {
            "start": 932652588,
            "stop": 932652595
        },
        {
            "start": 932652618,
            "stop": 932652625
        },
        {
            "start": 932652668,
            "stop": 932652708
        },
        {
            "start": 932652728,
            "stop": 932652743
        },
        {
            "start": 932652797,
            "stop": 932652800
        },
        {
            "start": 932652866,
            "stop": 932653037
        },
        {
            "start": 932653064,
            "stop": 932653156
        },
        {
            "start": 932653183,
            "stop": 932653632
        },
        {
            "start": 932653675,
            "stop": 932653763
        },
        {
            "start": 932653781,
            "stop": 932653811
        },
        {
            "start": 932653834,
            "stop": 932653860
        },
        {
            "start": 932653977,
            "stop": 932653980
        },
        {
            "start": 932654064,
            "stop": 932654079
        },
        {
            "start": 932654098,
            "stop": 932654121
        },
        {
            "start": 932654239,
            "stop": 932654243
        }
    ]
}