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=8726
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=8727",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8725",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8726,
    "results": [
        {
            "start": 872633940,
            "stop": 872634000
        },
        {
            "start": 872634240,
            "stop": 872634300
        },
        {
            "start": 872634360,
            "stop": 872634525
        },
        {
            "start": 872634660,
            "stop": 872634710
        },
        {
            "start": 872634850,
            "stop": 872634900
        },
        {
            "start": 872636700,
            "stop": 872636820
        },
        {
            "start": 872637060,
            "stop": 872637103
        },
        {
            "start": 872637180,
            "stop": 872637274
        },
        {
            "start": 872637394,
            "stop": 872637660
        },
        {
            "start": 872637840,
            "stop": 872637900
        },
        {
            "start": 872638020,
            "stop": 872638073
        },
        {
            "start": 872638320,
            "stop": 872638330
        },
        {
            "start": 872638500,
            "stop": 872638560
        },
        {
            "start": 872638680,
            "stop": 872638860
        },
        {
            "start": 872639400,
            "stop": 872639450
        },
        {
            "start": 872639640,
            "stop": 872639700
        },
        {
            "start": 872640030,
            "stop": 872640120
        },
        {
            "start": 872640420,
            "stop": 872640480
        },
        {
            "start": 872640660,
            "stop": 872640780
        },
        {
            "start": 872640900,
            "stop": 872640960
        }
    ]
}