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=4569
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=4570",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4568",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4569,
    "results": [
        {
            "start": 968875991,
            "stop": 968876062
        },
        {
            "start": 968876065,
            "stop": 968876258
        },
        {
            "start": 968876918,
            "stop": 968878811
        },
        {
            "start": 968878838,
            "stop": 968878936
        },
        {
            "start": 968880345,
            "stop": 968881023
        },
        {
            "start": 968881026,
            "stop": 968881341
        },
        {
            "start": 968881344,
            "stop": 968881377
        },
        {
            "start": 968881380,
            "stop": 968881592
        },
        {
            "start": 968881595,
            "stop": 968881639
        },
        {
            "start": 968881642,
            "stop": 968882010
        },
        {
            "start": 968882013,
            "stop": 968882605
        },
        {
            "start": 968882608,
            "stop": 968883350
        },
        {
            "start": 968883353,
            "stop": 968883468
        },
        {
            "start": 968883471,
            "stop": 968884228
        },
        {
            "start": 968884231,
            "stop": 968884955
        },
        {
            "start": 968884958,
            "stop": 968885352
        },
        {
            "start": 968885369,
            "stop": 968887498
        },
        {
            "start": 968887501,
            "stop": 968887836
        },
        {
            "start": 968887839,
            "stop": 968888403
        },
        {
            "start": 968888406,
            "stop": 968891116
        }
    ]
}