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=1315
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=1316",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1314",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1315,
    "results": [
        {
            "start": 962827197,
            "stop": 962828135
        },
        {
            "start": 962832236,
            "stop": 962832238
        },
        {
            "start": 962832261,
            "stop": 962834459
        },
        {
            "start": 962834462,
            "stop": 962835260
        },
        {
            "start": 962835422,
            "stop": 962836932
        },
        {
            "start": 962836933,
            "stop": 962838516
        },
        {
            "start": 962838518,
            "stop": 962841535
        },
        {
            "start": 962841537,
            "stop": 962841677
        },
        {
            "start": 962841678,
            "stop": 962842668
        },
        {
            "start": 962846871,
            "stop": 962846918
        },
        {
            "start": 962846919,
            "stop": 962846946
        },
        {
            "start": 962846948,
            "stop": 962847189
        },
        {
            "start": 962856735,
            "stop": 962856765
        },
        {
            "start": 962856767,
            "stop": 962856830
        },
        {
            "start": 962856832,
            "stop": 962857263
        },
        {
            "start": 962857265,
            "stop": 962857279
        },
        {
            "start": 962857281,
            "stop": 962857485
        },
        {
            "start": 962857487,
            "stop": 962857517
        },
        {
            "start": 962857518,
            "stop": 962857813
        },
        {
            "start": 962857814,
            "stop": 962857987
        }
    ]
}