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=8698
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=8699",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8697",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8698,
    "results": [
        {
            "start": 872203793,
            "stop": 872204022
        },
        {
            "start": 872204039,
            "stop": 872204891
        },
        {
            "start": 872205011,
            "stop": 872205240
        },
        {
            "start": 872205360,
            "stop": 872205420
        },
        {
            "start": 872205480,
            "stop": 872205600
        },
        {
            "start": 872205660,
            "stop": 872205900
        },
        {
            "start": 872206560,
            "stop": 872206620
        },
        {
            "start": 872206680,
            "stop": 872206740
        },
        {
            "start": 872207340,
            "stop": 872207400
        },
        {
            "start": 872207580,
            "stop": 872207594
        },
        {
            "start": 872207760,
            "stop": 872207820
        },
        {
            "start": 872208180,
            "stop": 872208240
        },
        {
            "start": 872208300,
            "stop": 872208420
        },
        {
            "start": 872208480,
            "stop": 872208600
        },
        {
            "start": 872208720,
            "stop": 872208866
        },
        {
            "start": 872208883,
            "stop": 872208900
        },
        {
            "start": 872209020,
            "stop": 872209080
        },
        {
            "start": 872209140,
            "stop": 872209440
        },
        {
            "start": 872209560,
            "stop": 872209620
        },
        {
            "start": 872211420,
            "stop": 872211480
        }
    ]
}