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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=293",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=291",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 292,
    "results": [
        {
            "start": 935209430,
            "stop": 935209927
        },
        {
            "start": 935209930,
            "stop": 935210231
        },
        {
            "start": 935212593,
            "stop": 935213963
        },
        {
            "start": 935213965,
            "stop": 935214364
        },
        {
            "start": 935215876,
            "stop": 935216212
        },
        {
            "start": 935216215,
            "stop": 935216708
        },
        {
            "start": 935216711,
            "stop": 935217054
        },
        {
            "start": 935217056,
            "stop": 935218569
        },
        {
            "start": 935218571,
            "stop": 935218815
        },
        {
            "start": 935219055,
            "stop": 935219138
        },
        {
            "start": 935219141,
            "stop": 935219829
        },
        {
            "start": 935219831,
            "stop": 935219888
        },
        {
            "start": 935219891,
            "stop": 935219964
        },
        {
            "start": 935219966,
            "stop": 935220894
        },
        {
            "start": 935220896,
            "stop": 935221308
        },
        {
            "start": 935223510,
            "stop": 935223624
        },
        {
            "start": 935223626,
            "stop": 935223684
        },
        {
            "start": 935223686,
            "stop": 935223698
        },
        {
            "start": 935223701,
            "stop": 935223729
        },
        {
            "start": 935223731,
            "stop": 935223744
        }
    ]
}