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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5075",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5073",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5074,
    "results": [
        {
            "start": 873129142,
            "stop": 873129359
        },
        {
            "start": 873129396,
            "stop": 873130020
        },
        {
            "start": 873132725,
            "stop": 873132791
        },
        {
            "start": 873132825,
            "stop": 873133140
        },
        {
            "start": 873133200,
            "stop": 873133236
        },
        {
            "start": 873133270,
            "stop": 873133530
        },
        {
            "start": 873133691,
            "stop": 873134016
        },
        {
            "start": 873134071,
            "stop": 873134379
        },
        {
            "start": 873134396,
            "stop": 873136205
        },
        {
            "start": 873137380,
            "stop": 873138110
        },
        {
            "start": 873138117,
            "stop": 873138180
        },
        {
            "start": 873138240,
            "stop": 873138540
        },
        {
            "start": 873138600,
            "stop": 873138720
        },
        {
            "start": 873138840,
            "stop": 873138900
        },
        {
            "start": 873139020,
            "stop": 873139080
        },
        {
            "start": 873139200,
            "stop": 873139364
        },
        {
            "start": 873139371,
            "stop": 873139440
        },
        {
            "start": 873139500,
            "stop": 873139505
        },
        {
            "start": 873139512,
            "stop": 873139560
        },
        {
            "start": 873144855,
            "stop": 873146185
        }
    ]
}