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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=839",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=837",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 838,
    "results": [
        {
            "start": 961701586,
            "stop": 961705152
        },
        {
            "start": 961739652,
            "stop": 961757655
        },
        {
            "start": 961758839,
            "stop": 961759392
        },
        {
            "start": 961760097,
            "stop": 961762453
        },
        {
            "start": 961765420,
            "stop": 961766284
        },
        {
            "start": 961767799,
            "stop": 961768022
        },
        {
            "start": 961768876,
            "stop": 961769154
        },
        {
            "start": 961770098,
            "stop": 961770389
        },
        {
            "start": 961770415,
            "stop": 961770906
        },
        {
            "start": 961808053,
            "stop": 961811495
        },
        {
            "start": 961813727,
            "stop": 961815690
        },
        {
            "start": 961816081,
            "stop": 961822587
        },
        {
            "start": 961823375,
            "stop": 961823463
        },
        {
            "start": 961823688,
            "stop": 961826353
        },
        {
            "start": 961827264,
            "stop": 961838810
        },
        {
            "start": 961839458,
            "stop": 961842331
        },
        {
            "start": 961843639,
            "stop": 961847053
        },
        {
            "start": 961847816,
            "stop": 961849519
        },
        {
            "start": 961850166,
            "stop": 961850382
        },
        {
            "start": 961887913,
            "stop": 961894713
        }
    ]
}