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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8933",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8931",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8932,
    "results": [
        {
            "start": 873552631,
            "stop": 873552672
        },
        {
            "start": 873552701,
            "stop": 873552789
        },
        {
            "start": 873552808,
            "stop": 873552885
        },
        {
            "start": 873552904,
            "stop": 873553089
        },
        {
            "start": 873553128,
            "stop": 873553239
        },
        {
            "start": 873553258,
            "stop": 873553260
        },
        {
            "start": 873553279,
            "stop": 873553305
        },
        {
            "start": 873553371,
            "stop": 873553458
        },
        {
            "start": 873553478,
            "stop": 873553525
        },
        {
            "start": 873554910,
            "stop": 873556051
        },
        {
            "start": 873556068,
            "stop": 873556115
        },
        {
            "start": 873556132,
            "stop": 873556359
        },
        {
            "start": 873556379,
            "stop": 873556574
        },
        {
            "start": 873556591,
            "stop": 873556672
        },
        {
            "start": 873556708,
            "stop": 873556720
        },
        {
            "start": 873556740,
            "stop": 873556915
        },
        {
            "start": 873556934,
            "stop": 873556951
        },
        {
            "start": 873557019,
            "stop": 873557575
        },
        {
            "start": 873557598,
            "stop": 873557606
        },
        {
            "start": 873557623,
            "stop": 873557792
        }
    ]
}