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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8312",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8310",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8311,
    "results": [
        {
            "start": 874198151,
            "stop": 874200268
        },
        {
            "start": 874200288,
            "stop": 874200353
        },
        {
            "start": 874200372,
            "stop": 874200468
        },
        {
            "start": 874200508,
            "stop": 874200513
        },
        {
            "start": 874200532,
            "stop": 874201310
        },
        {
            "start": 874201329,
            "stop": 874201942
        },
        {
            "start": 874201961,
            "stop": 874202350
        },
        {
            "start": 874202367,
            "stop": 874203043
        },
        {
            "start": 874203060,
            "stop": 874203300
        },
        {
            "start": 874203323,
            "stop": 874203410
        },
        {
            "start": 874203429,
            "stop": 874204434
        },
        {
            "start": 874204554,
            "stop": 874205361
        },
        {
            "start": 874205380,
            "stop": 874209940
        },
        {
            "start": 874209960,
            "stop": 874210878
        },
        {
            "start": 874210895,
            "stop": 874211025
        },
        {
            "start": 874211042,
            "stop": 874211839
        },
        {
            "start": 874211859,
            "stop": 874211871
        },
        {
            "start": 874211891,
            "stop": 874213566
        },
        {
            "start": 874213583,
            "stop": 874214350
        },
        {
            "start": 874214367,
            "stop": 874214932
        }
    ]
}