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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8070",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8068",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8069,
    "results": [
        {
            "start": 872339285,
            "stop": 872339357
        },
        {
            "start": 872339378,
            "stop": 872339834
        },
        {
            "start": 872339865,
            "stop": 872339894
        },
        {
            "start": 872339913,
            "stop": 872339915
        },
        {
            "start": 872339934,
            "stop": 872340028
        },
        {
            "start": 872340045,
            "stop": 872340087
        },
        {
            "start": 872340106,
            "stop": 872340554
        },
        {
            "start": 872340573,
            "stop": 872341092
        },
        {
            "start": 872341109,
            "stop": 872341322
        },
        {
            "start": 872341342,
            "stop": 872341437
        },
        {
            "start": 872341454,
            "stop": 872341569
        },
        {
            "start": 872341587,
            "stop": 872341600
        },
        {
            "start": 872341619,
            "stop": 872341679
        },
        {
            "start": 872341698,
            "stop": 872341781
        },
        {
            "start": 872341800,
            "stop": 872341809
        },
        {
            "start": 872341853,
            "stop": 872341865
        },
        {
            "start": 872341884,
            "stop": 872341888
        },
        {
            "start": 872341907,
            "stop": 872341937
        },
        {
            "start": 872341979,
            "stop": 872342046
        },
        {
            "start": 872342063,
            "stop": 872342365
        }
    ]
}