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=4630
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=4631",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4629",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4630,
    "results": [
        {
            "start": 969434395,
            "stop": 969434667
        },
        {
            "start": 969434670,
            "stop": 969435010
        },
        {
            "start": 969435027,
            "stop": 969435243
        },
        {
            "start": 969435246,
            "stop": 969437303
        },
        {
            "start": 969437306,
            "stop": 969437319
        },
        {
            "start": 969437322,
            "stop": 969437371
        },
        {
            "start": 969437374,
            "stop": 969437593
        },
        {
            "start": 969437596,
            "stop": 969438087
        },
        {
            "start": 969438106,
            "stop": 969438494
        },
        {
            "start": 969438497,
            "stop": 969438856
        },
        {
            "start": 969438873,
            "stop": 969439151
        },
        {
            "start": 969439154,
            "stop": 969439616
        },
        {
            "start": 969439619,
            "stop": 969439722
        },
        {
            "start": 969439725,
            "stop": 969440193
        },
        {
            "start": 969440196,
            "stop": 969440622
        },
        {
            "start": 969440625,
            "stop": 969440947
        },
        {
            "start": 969440950,
            "stop": 969442848
        },
        {
            "start": 969442851,
            "stop": 969443101
        },
        {
            "start": 969443104,
            "stop": 969443393
        },
        {
            "start": 969443396,
            "stop": 969443617
        }
    ]
}