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=179
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=180",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=178",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 179,
    "results": [
        {
            "start": 819308715,
            "stop": 819308840
        },
        {
            "start": 819308845,
            "stop": 819308969
        },
        {
            "start": 819308975,
            "stop": 819310358
        },
        {
            "start": 819310363,
            "stop": 819310486
        },
        {
            "start": 819310491,
            "stop": 819310533
        },
        {
            "start": 819310538,
            "stop": 819311244
        },
        {
            "start": 819311249,
            "stop": 819311574
        },
        {
            "start": 819311579,
            "stop": 819313030
        },
        {
            "start": 819313035,
            "stop": 819313687
        },
        {
            "start": 819313692,
            "stop": 819313744
        },
        {
            "start": 819313749,
            "stop": 819314222
        },
        {
            "start": 819314228,
            "stop": 819314615
        },
        {
            "start": 819314620,
            "stop": 819314879
        },
        {
            "start": 819314884,
            "stop": 819315036
        },
        {
            "start": 819315041,
            "stop": 819315857
        },
        {
            "start": 819315863,
            "stop": 819316077
        },
        {
            "start": 819316085,
            "stop": 819316144
        },
        {
            "start": 819316149,
            "stop": 819316255
        },
        {
            "start": 819316264,
            "stop": 819316499
        },
        {
            "start": 819316508,
            "stop": 819316545
        }
    ]
}