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=4530
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=4531",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4529",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4530,
    "results": [
        {
            "start": 968600369,
            "stop": 968601031
        },
        {
            "start": 968602416,
            "stop": 968603087
        },
        {
            "start": 968603090,
            "stop": 968603555
        },
        {
            "start": 968603558,
            "stop": 968603791
        },
        {
            "start": 968604025,
            "stop": 968604253
        },
        {
            "start": 968604256,
            "stop": 968604275
        },
        {
            "start": 968604279,
            "stop": 968604288
        },
        {
            "start": 968604976,
            "stop": 968605044
        },
        {
            "start": 968605047,
            "stop": 968605457
        },
        {
            "start": 968605460,
            "stop": 968605748
        },
        {
            "start": 968605751,
            "stop": 968606315
        },
        {
            "start": 968607255,
            "stop": 968607720
        },
        {
            "start": 968607723,
            "stop": 968607829
        },
        {
            "start": 968607832,
            "stop": 968607849
        },
        {
            "start": 968607853,
            "stop": 968607854
        },
        {
            "start": 968607857,
            "stop": 968607874
        },
        {
            "start": 968607878,
            "stop": 968607926
        },
        {
            "start": 968607929,
            "stop": 968608051
        },
        {
            "start": 968608054,
            "stop": 968608058
        },
        {
            "start": 968608178,
            "stop": 968608185
        }
    ]
}