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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4515",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4513",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4514,
    "results": [
        {
            "start": 968430355,
            "stop": 968430359
        },
        {
            "start": 968430362,
            "stop": 968430582
        },
        {
            "start": 968430585,
            "stop": 968430603
        },
        {
            "start": 968430608,
            "stop": 968431374
        },
        {
            "start": 968431378,
            "stop": 968431419
        },
        {
            "start": 968431422,
            "stop": 968431423
        },
        {
            "start": 968431426,
            "stop": 968431482
        },
        {
            "start": 968432705,
            "stop": 968432914
        },
        {
            "start": 968432917,
            "stop": 968433030
        },
        {
            "start": 968433034,
            "stop": 968433307
        },
        {
            "start": 968433310,
            "stop": 968433716
        },
        {
            "start": 968435918,
            "stop": 968435983
        },
        {
            "start": 968435986,
            "stop": 968436136
        },
        {
            "start": 968436139,
            "stop": 968436585
        },
        {
            "start": 968436588,
            "stop": 968436691
        },
        {
            "start": 968436694,
            "stop": 968436730
        },
        {
            "start": 968436964,
            "stop": 968437153
        },
        {
            "start": 968437156,
            "stop": 968437780
        },
        {
            "start": 968437783,
            "stop": 968438129
        },
        {
            "start": 968438132,
            "stop": 968438226
        }
    ]
}