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=826
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=827",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=825",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 826,
    "results": [
        {
            "start": 959730710,
            "stop": 959738891
        },
        {
            "start": 959739924,
            "stop": 959745036
        },
        {
            "start": 959749849,
            "stop": 959758082
        },
        {
            "start": 959758088,
            "stop": 959759655
        },
        {
            "start": 959760747,
            "stop": 959761903
        },
        {
            "start": 959769286,
            "stop": 959769594
        },
        {
            "start": 959769600,
            "stop": 959770729
        },
        {
            "start": 959774954,
            "stop": 959775738
        },
        {
            "start": 959778240,
            "stop": 959778712
        },
        {
            "start": 959780751,
            "stop": 959781214
        },
        {
            "start": 959803858,
            "stop": 959804539
        },
        {
            "start": 959845092,
            "stop": 959846417
        },
        {
            "start": 959855731,
            "stop": 959857449
        },
        {
            "start": 959857455,
            "stop": 959857506
        },
        {
            "start": 959857512,
            "stop": 959857549
        },
        {
            "start": 959857554,
            "stop": 959857570
        },
        {
            "start": 959898246,
            "stop": 959905627
        },
        {
            "start": 959905632,
            "stop": 959909497
        },
        {
            "start": 959909502,
            "stop": 959924688
        },
        {
            "start": 959924694,
            "stop": 959925240
        }
    ]
}