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=231
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=232",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=230",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 231,
    "results": [
        {
            "start": 933169059,
            "stop": 933169103
        },
        {
            "start": 933169108,
            "stop": 933169254
        },
        {
            "start": 933169260,
            "stop": 933169352
        },
        {
            "start": 933169357,
            "stop": 933169409
        },
        {
            "start": 933169428,
            "stop": 933170287
        },
        {
            "start": 933170292,
            "stop": 933170423
        },
        {
            "start": 933170428,
            "stop": 933170642
        },
        {
            "start": 933170647,
            "stop": 933170757
        },
        {
            "start": 933170762,
            "stop": 933170976
        },
        {
            "start": 933170981,
            "stop": 933171557
        },
        {
            "start": 933171562,
            "stop": 933171853
        },
        {
            "start": 933171876,
            "stop": 933171884
        },
        {
            "start": 933171889,
            "stop": 933171911
        },
        {
            "start": 933171930,
            "stop": 933171938
        },
        {
            "start": 933171943,
            "stop": 933172028
        },
        {
            "start": 933172033,
            "stop": 933172155
        },
        {
            "start": 933172177,
            "stop": 933172315
        },
        {
            "start": 933172320,
            "stop": 933172456
        },
        {
            "start": 933172461,
            "stop": 933172791
        },
        {
            "start": 933172796,
            "stop": 933172850
        }
    ]
}