Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=679
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=680",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=678",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 679,
    "results": [
        {
            "start": 853116782,
            "stop": 853187103
        },
        {
            "start": 853187104,
            "stop": 853196339
        },
        {
            "start": 853199740,
            "stop": 853222380
        },
        {
            "start": 853222382,
            "stop": 853263622
        },
        {
            "start": 853265955,
            "stop": 853272587
        },
        {
            "start": 853273781,
            "stop": 853280265
        },
        {
            "start": 853280827,
            "stop": 853286511
        },
        {
            "start": 853286609,
            "stop": 853288958
        },
        {
            "start": 853289546,
            "stop": 853290913
        },
        {
            "start": 853291934,
            "stop": 853296998
        },
        {
            "start": 853297001,
            "stop": 853297002
        },
        {
            "start": 853297017,
            "stop": 853300075
        },
        {
            "start": 853300078,
            "stop": 853315619
        },
        {
            "start": 853348758,
            "stop": 853349314
        },
        {
            "start": 853349315,
            "stop": 853359575
        },
        {
            "start": 853359789,
            "stop": 853387324
        },
        {
            "start": 853387327,
            "stop": 853405740
        },
        {
            "start": 853405749,
            "stop": 853405750
        },
        {
            "start": 853405775,
            "stop": 853414918
        },
        {
            "start": 853423109,
            "stop": 853439616
        }
    ]
}