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=305
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=306",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=304",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 305,
    "results": [
        {
            "start": 822893465,
            "stop": 822893920
        },
        {
            "start": 822893925,
            "stop": 822894413
        },
        {
            "start": 822899385,
            "stop": 822900369
        },
        {
            "start": 822900374,
            "stop": 822900511
        },
        {
            "start": 822900517,
            "stop": 822900527
        },
        {
            "start": 822901941,
            "stop": 822902569
        },
        {
            "start": 822902574,
            "stop": 822903277
        },
        {
            "start": 822903282,
            "stop": 822903309
        },
        {
            "start": 822903314,
            "stop": 822903363
        },
        {
            "start": 822903370,
            "stop": 822903445
        },
        {
            "start": 822903452,
            "stop": 822903490
        },
        {
            "start": 822903495,
            "stop": 822903559
        },
        {
            "start": 822903574,
            "stop": 822903603
        },
        {
            "start": 822903632,
            "stop": 822903642
        },
        {
            "start": 822903653,
            "stop": 822903666
        },
        {
            "start": 822905246,
            "stop": 822906319
        },
        {
            "start": 822906324,
            "stop": 822910184
        },
        {
            "start": 822910200,
            "stop": 822917216
        },
        {
            "start": 822917222,
            "stop": 822918266
        },
        {
            "start": 822918273,
            "stop": 822918330
        }
    ]
}