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=86
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=87",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=85",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 86,
    "results": [
        {
            "start": 931601241,
            "stop": 931601242
        },
        {
            "start": 931601263,
            "stop": 931601274
        },
        {
            "start": 931601287,
            "stop": 931601295
        },
        {
            "start": 931601301,
            "stop": 931601306
        },
        {
            "start": 931601314,
            "stop": 931601323
        },
        {
            "start": 931601331,
            "stop": 931601336
        },
        {
            "start": 931601368,
            "stop": 931601369
        },
        {
            "start": 931601378,
            "stop": 931601389
        },
        {
            "start": 931601396,
            "stop": 931601398
        },
        {
            "start": 931601405,
            "stop": 931601409
        },
        {
            "start": 931601447,
            "stop": 931601450
        },
        {
            "start": 931601457,
            "stop": 931601461
        },
        {
            "start": 931601471,
            "stop": 931601476
        },
        {
            "start": 931601483,
            "stop": 931601501
        },
        {
            "start": 931601509,
            "stop": 931601513
        },
        {
            "start": 931601532,
            "stop": 931601541
        },
        {
            "start": 931601559,
            "stop": 931601569
        },
        {
            "start": 931601578,
            "stop": 931601590
        },
        {
            "start": 931601596,
            "stop": 931601601
        },
        {
            "start": 931601608,
            "stop": 931601620
        }
    ]
}