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=83
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=84",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=82",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 83,
    "results": [
        {
            "start": 932077987,
            "stop": 932077991
        },
        {
            "start": 932077992,
            "stop": 932077997
        },
        {
            "start": 932077999,
            "stop": 932078015
        },
        {
            "start": 932078016,
            "stop": 932078025
        },
        {
            "start": 932078026,
            "stop": 932078033
        },
        {
            "start": 932078034,
            "stop": 932078035
        },
        {
            "start": 932078036,
            "stop": 932078037
        },
        {
            "start": 932078039,
            "stop": 932078051
        },
        {
            "start": 932078052,
            "stop": 932078061
        },
        {
            "start": 932078062,
            "stop": 932078067
        },
        {
            "start": 932078069,
            "stop": 932078078
        },
        {
            "start": 932078080,
            "stop": 932078090
        },
        {
            "start": 932078092,
            "stop": 932078101
        },
        {
            "start": 932078104,
            "stop": 932078108
        },
        {
            "start": 932078109,
            "stop": 932078110
        },
        {
            "start": 932078113,
            "stop": 932078115
        },
        {
            "start": 932078117,
            "stop": 932078118
        },
        {
            "start": 932078119,
            "stop": 932078180
        },
        {
            "start": 932078182,
            "stop": 932078184
        },
        {
            "start": 932078186,
            "stop": 932078187
        }
    ]
}