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=8788
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=8789",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8787",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8788,
    "results": [
        {
            "start": 872338225,
            "stop": 872338479
        },
        {
            "start": 872338496,
            "stop": 872338700
        },
        {
            "start": 872338719,
            "stop": 872338800
        },
        {
            "start": 872338817,
            "stop": 872338849
        },
        {
            "start": 872338868,
            "stop": 872338959
        },
        {
            "start": 872338978,
            "stop": 872338990
        },
        {
            "start": 872339009,
            "stop": 872339065
        },
        {
            "start": 872339084,
            "stop": 872339108
        },
        {
            "start": 872339127,
            "stop": 872339266
        },
        {
            "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
        }
    ]
}