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=8725
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=8726",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8724",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8725,
    "results": [
        {
            "start": 872628420,
            "stop": 872628480
        },
        {
            "start": 872628540,
            "stop": 872628591
        },
        {
            "start": 872628711,
            "stop": 872628780
        },
        {
            "start": 872628900,
            "stop": 872629142
        },
        {
            "start": 872629155,
            "stop": 872629173
        },
        {
            "start": 872629180,
            "stop": 872629260
        },
        {
            "start": 872629380,
            "stop": 872629440
        },
        {
            "start": 872629665,
            "stop": 872629680
        },
        {
            "start": 872629740,
            "stop": 872629744
        },
        {
            "start": 872629761,
            "stop": 872629800
        },
        {
            "start": 872629860,
            "stop": 872629927
        },
        {
            "start": 872630212,
            "stop": 872630220
        },
        {
            "start": 872630760,
            "stop": 872630820
        },
        {
            "start": 872631000,
            "stop": 872631164
        },
        {
            "start": 872631360,
            "stop": 872631420
        },
        {
            "start": 872631780,
            "stop": 872631840
        },
        {
            "start": 872631900,
            "stop": 872631960
        },
        {
            "start": 872632200,
            "stop": 872632260
        },
        {
            "start": 872633340,
            "stop": 872633400
        },
        {
            "start": 872633760,
            "stop": 872633880
        }
    ]
}