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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=205",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=203",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 204,
    "results": [
        {
            "start": 817660029,
            "stop": 817660032
        },
        {
            "start": 817660355,
            "stop": 817660359
        },
        {
            "start": 817660528,
            "stop": 817660562
        },
        {
            "start": 817660955,
            "stop": 817660966
        },
        {
            "start": 817692041,
            "stop": 817692052
        },
        {
            "start": 817692073,
            "stop": 817692086
        },
        {
            "start": 817692110,
            "stop": 817692126
        },
        {
            "start": 817692156,
            "stop": 817692173
        },
        {
            "start": 817692192,
            "stop": 817692201
        },
        {
            "start": 817692239,
            "stop": 817692268
        },
        {
            "start": 817692292,
            "stop": 817692314
        },
        {
            "start": 817692337,
            "stop": 817692367
        },
        {
            "start": 817692397,
            "stop": 817692419
        },
        {
            "start": 817692494,
            "stop": 817692529
        },
        {
            "start": 817692602,
            "stop": 817692625
        },
        {
            "start": 817692662,
            "stop": 817692665
        },
        {
            "start": 817692703,
            "stop": 817692715
        },
        {
            "start": 817692776,
            "stop": 817692788
        },
        {
            "start": 817692823,
            "stop": 817692829
        },
        {
            "start": 817692923,
            "stop": 817692986
        }
    ]
}