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=258
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=259",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=257",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 258,
    "results": [
        {
            "start": 821457093,
            "stop": 821457096
        },
        {
            "start": 821457124,
            "stop": 821457143
        },
        {
            "start": 821457151,
            "stop": 821457161
        },
        {
            "start": 821457174,
            "stop": 821457222
        },
        {
            "start": 821457236,
            "stop": 821457237
        },
        {
            "start": 821457268,
            "stop": 821457283
        },
        {
            "start": 821457301,
            "stop": 821457302
        },
        {
            "start": 821457310,
            "stop": 821457313
        },
        {
            "start": 821457370,
            "stop": 821457417
        },
        {
            "start": 821457426,
            "stop": 821457570
        },
        {
            "start": 821457575,
            "stop": 821457593
        },
        {
            "start": 821457598,
            "stop": 821457619
        },
        {
            "start": 821457627,
            "stop": 821457757
        },
        {
            "start": 821457766,
            "stop": 821457774
        },
        {
            "start": 821457782,
            "stop": 821457788
        },
        {
            "start": 821457796,
            "stop": 821457808
        },
        {
            "start": 821457816,
            "stop": 821457866
        },
        {
            "start": 821457871,
            "stop": 821457889
        },
        {
            "start": 821457922,
            "stop": 821458035
        },
        {
            "start": 821458043,
            "stop": 821458052
        }
    ]
}