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/O4b/timelines/L1_CW_CAT1/segments?format=api&page=21
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_CW_CAT1/segments?format=api&page=22",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_CW_CAT1/segments?format=api&page=20",
    "results_count": 1162,
    "results_per_page": 20,
    "num_pages": 59,
    "page_number": 21,
    "results": [
        {
            "start": 1403635124,
            "stop": 1403680905
        },
        {
            "start": 1403690188,
            "stop": 1403696847
        },
        {
            "start": 1403697272,
            "stop": 1403710680
        },
        {
            "start": 1403711185,
            "stop": 1403730384
        },
        {
            "start": 1403732091,
            "stop": 1403790360
        },
        {
            "start": 1403790714,
            "stop": 1403883144
        },
        {
            "start": 1403897364,
            "stop": 1403907720
        },
        {
            "start": 1403907950,
            "stop": 1403907964
        },
        {
            "start": 1403926532,
            "stop": 1403930190
        },
        {
            "start": 1403930326,
            "stop": 1403931417
        },
        {
            "start": 1403931419,
            "stop": 1403931628
        },
        {
            "start": 1403931682,
            "stop": 1403931705
        },
        {
            "start": 1403931708,
            "stop": 1403931709
        },
        {
            "start": 1403931711,
            "stop": 1403931725
        },
        {
            "start": 1403931727,
            "stop": 1403931761
        },
        {
            "start": 1403931835,
            "stop": 1403932022
        },
        {
            "start": 1403932053,
            "stop": 1403932951
        },
        {
            "start": 1403987510,
            "stop": 1404019190
        },
        {
            "start": 1404019538,
            "stop": 1404027142
        },
        {
            "start": 1404031488,
            "stop": 1404032177
        }
    ]
}