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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2065",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2063",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2064,
    "results": [
        {
            "start": 870743932,
            "stop": 870749636
        },
        {
            "start": 870749654,
            "stop": 870754510
        },
        {
            "start": 870754601,
            "stop": 870769645
        },
        {
            "start": 870769662,
            "stop": 870769698
        },
        {
            "start": 870771075,
            "stop": 870777060
        },
        {
            "start": 870777120,
            "stop": 870782218
        },
        {
            "start": 870782308,
            "stop": 870784920
        },
        {
            "start": 870784980,
            "stop": 870786394
        },
        {
            "start": 870786507,
            "stop": 870786963
        },
        {
            "start": 870786980,
            "stop": 870787060
        },
        {
            "start": 870787077,
            "stop": 870787082
        },
        {
            "start": 870787967,
            "stop": 870793020
        },
        {
            "start": 870793080,
            "stop": 870794611
        },
        {
            "start": 870794616,
            "stop": 870795194
        },
        {
            "start": 870795200,
            "stop": 870796519
        },
        {
            "start": 870796739,
            "stop": 870801457
        },
        {
            "start": 870802555,
            "stop": 870803802
        },
        {
            "start": 870803820,
            "stop": 870805396
        },
        {
            "start": 870805413,
            "stop": 870806663
        },
        {
            "start": 870806680,
            "stop": 870806700
        }
    ]
}