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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1282",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1280",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1281,
    "results": [
        {
            "start": 958625761,
            "stop": 958626763
        },
        {
            "start": 958634465,
            "stop": 958645796
        },
        {
            "start": 958658468,
            "stop": 958665431
        },
        {
            "start": 958668831,
            "stop": 958669825
        },
        {
            "start": 958675528,
            "stop": 958682675
        },
        {
            "start": 958682681,
            "stop": 958683581
        },
        {
            "start": 958683965,
            "stop": 958684358
        },
        {
            "start": 958704575,
            "stop": 958707331
        },
        {
            "start": 958707337,
            "stop": 958716487
        },
        {
            "start": 958717344,
            "stop": 958718795
        },
        {
            "start": 958718797,
            "stop": 958719626
        },
        {
            "start": 958719628,
            "stop": 958732564
        },
        {
            "start": 958733079,
            "stop": 958736888
        },
        {
            "start": 958740971,
            "stop": 958741527
        },
        {
            "start": 958741533,
            "stop": 958748401
        },
        {
            "start": 958757539,
            "stop": 958765801
        },
        {
            "start": 958814353,
            "stop": 958817057
        },
        {
            "start": 958817063,
            "stop": 958820045
        },
        {
            "start": 958930330,
            "stop": 958940726
        },
        {
            "start": 958969536,
            "stop": 958971186
        }
    ]
}