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=4760
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=4761",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4759",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4760,
    "results": [
        {
            "start": 970292583,
            "stop": 970292690
        },
        {
            "start": 970292694,
            "stop": 970293481
        },
        {
            "start": 970293484,
            "stop": 970293607
        },
        {
            "start": 970293611,
            "stop": 970293703
        },
        {
            "start": 970293706,
            "stop": 970293983
        },
        {
            "start": 970293986,
            "stop": 970294072
        },
        {
            "start": 970294075,
            "stop": 970294221
        },
        {
            "start": 970294225,
            "stop": 970294470
        },
        {
            "start": 970296010,
            "stop": 970296385
        },
        {
            "start": 970296388,
            "stop": 970296390
        },
        {
            "start": 970296393,
            "stop": 970296510
        },
        {
            "start": 970296513,
            "stop": 970297026
        },
        {
            "start": 970297029,
            "stop": 970297080
        },
        {
            "start": 970297083,
            "stop": 970297116
        },
        {
            "start": 970297119,
            "stop": 970297492
        },
        {
            "start": 970297495,
            "stop": 970297593
        },
        {
            "start": 970297596,
            "stop": 970297608
        },
        {
            "start": 970297625,
            "stop": 970297631
        },
        {
            "start": 970297635,
            "stop": 970297979
        },
        {
            "start": 970297982,
            "stop": 970298067
        }
    ]
}