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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=335",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=333",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 334,
    "results": [
        {
            "start": 822560400,
            "stop": 822560521
        },
        {
            "start": 822560528,
            "stop": 822560580
        },
        {
            "start": 822560640,
            "stop": 822560700
        },
        {
            "start": 822560708,
            "stop": 822560721
        },
        {
            "start": 822560729,
            "stop": 822560832
        },
        {
            "start": 822560839,
            "stop": 822561009
        },
        {
            "start": 822561016,
            "stop": 822561067
        },
        {
            "start": 822561074,
            "stop": 822561579
        },
        {
            "start": 822561586,
            "stop": 822562020
        },
        {
            "start": 822562140,
            "stop": 822562320
        },
        {
            "start": 822562380,
            "stop": 822562681
        },
        {
            "start": 822562745,
            "stop": 822562860
        },
        {
            "start": 822562980,
            "stop": 822563040
        },
        {
            "start": 822563100,
            "stop": 822563106
        },
        {
            "start": 822563173,
            "stop": 822563700
        },
        {
            "start": 822563760,
            "stop": 822564060
        },
        {
            "start": 822564120,
            "stop": 822564162
        },
        {
            "start": 822564169,
            "stop": 822564234
        },
        {
            "start": 822564328,
            "stop": 822564420
        },
        {
            "start": 822564480,
            "stop": 822564733
        }
    ]
}