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=135
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=136",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=134",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 135,
    "results": [
        {
            "start": 931769207,
            "stop": 931769213
        },
        {
            "start": 931769245,
            "stop": 931769247
        },
        {
            "start": 931769264,
            "stop": 931769279
        },
        {
            "start": 931769309,
            "stop": 931769311
        },
        {
            "start": 931769326,
            "stop": 931769332
        },
        {
            "start": 931769379,
            "stop": 931769381
        },
        {
            "start": 931769388,
            "stop": 931769394
        },
        {
            "start": 931769410,
            "stop": 931769417
        },
        {
            "start": 931769431,
            "stop": 931769433
        },
        {
            "start": 931769440,
            "stop": 931769444
        },
        {
            "start": 931769471,
            "stop": 931769479
        },
        {
            "start": 931769486,
            "stop": 931769487
        },
        {
            "start": 931769498,
            "stop": 931769502
        },
        {
            "start": 931769508,
            "stop": 931769519
        },
        {
            "start": 931769532,
            "stop": 931769535
        },
        {
            "start": 931769541,
            "stop": 931769552
        },
        {
            "start": 931769572,
            "stop": 931769576
        },
        {
            "start": 931769588,
            "stop": 931769632
        },
        {
            "start": 931769639,
            "stop": 931769670
        },
        {
            "start": 931769681,
            "stop": 931769685
        }
    ]
}