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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=116",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=114",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 115,
    "results": [
        {
            "start": 961758839,
            "stop": 961759287
        },
        {
            "start": 961760097,
            "stop": 961762348
        },
        {
            "start": 961765420,
            "stop": 961766179
        },
        {
            "start": 961767799,
            "stop": 961767917
        },
        {
            "start": 961768876,
            "stop": 961769049
        },
        {
            "start": 961770098,
            "stop": 961770389
        },
        {
            "start": 961770415,
            "stop": 961770906
        },
        {
            "start": 961808053,
            "stop": 961811390
        },
        {
            "start": 961813727,
            "stop": 961815690
        },
        {
            "start": 961816081,
            "stop": 961822482
        },
        {
            "start": 961823375,
            "stop": 961823463
        },
        {
            "start": 961823688,
            "stop": 961826248
        },
        {
            "start": 961827264,
            "stop": 961838705
        },
        {
            "start": 961839458,
            "stop": 961842226
        },
        {
            "start": 961843639,
            "stop": 961846948
        },
        {
            "start": 961847816,
            "stop": 961849414
        },
        {
            "start": 961850166,
            "stop": 961850277
        },
        {
            "start": 961887913,
            "stop": 961894713
        },
        {
            "start": 961894847,
            "stop": 961899583
        },
        {
            "start": 961904103,
            "stop": 961908655
        }
    ]
}