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=8665
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=8666",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8664",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8665,
    "results": [
        {
            "start": 871737290,
            "stop": 871739400
        },
        {
            "start": 871739460,
            "stop": 871740290
        },
        {
            "start": 871740370,
            "stop": 871740429
        },
        {
            "start": 871740813,
            "stop": 871741383
        },
        {
            "start": 871741400,
            "stop": 871741756
        },
        {
            "start": 871741876,
            "stop": 871742099
        },
        {
            "start": 871742230,
            "stop": 871742579
        },
        {
            "start": 871742596,
            "stop": 871742760
        },
        {
            "start": 871742820,
            "stop": 871743581
        },
        {
            "start": 871743828,
            "stop": 871743923
        },
        {
            "start": 871759954,
            "stop": 871760359
        },
        {
            "start": 871760376,
            "stop": 871760408
        },
        {
            "start": 871760425,
            "stop": 871760481
        },
        {
            "start": 871760498,
            "stop": 871760940
        },
        {
            "start": 871760957,
            "stop": 871761025
        },
        {
            "start": 871761145,
            "stop": 871761208
        },
        {
            "start": 871761225,
            "stop": 871761227
        },
        {
            "start": 871761244,
            "stop": 871761634
        },
        {
            "start": 871761673,
            "stop": 871761929
        },
        {
            "start": 871761946,
            "stop": 871762077
        }
    ]
}