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/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3665
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3666",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3664",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3665,
    "results": [
        {
            "start": 970789996,
            "stop": 970790851
        },
        {
            "start": 970790854,
            "stop": 970790999
        },
        {
            "start": 970791002,
            "stop": 970791212
        },
        {
            "start": 970791213,
            "stop": 970791246
        },
        {
            "start": 970791249,
            "stop": 970792180
        },
        {
            "start": 970792183,
            "stop": 970792200
        },
        {
            "start": 970792203,
            "stop": 970792741
        },
        {
            "start": 970792745,
            "stop": 970792788
        },
        {
            "start": 970792791,
            "stop": 970792895
        },
        {
            "start": 970792898,
            "stop": 970792931
        },
        {
            "start": 970792934,
            "stop": 970792982
        },
        {
            "start": 970792983,
            "stop": 970793567
        },
        {
            "start": 970793570,
            "stop": 970793915
        },
        {
            "start": 970793918,
            "stop": 970793923
        },
        {
            "start": 970793926,
            "stop": 970793947
        },
        {
            "start": 970793954,
            "stop": 970794131
        },
        {
            "start": 970794134,
            "stop": 970794267
        },
        {
            "start": 970794270,
            "stop": 970794320
        },
        {
            "start": 970794323,
            "stop": 970794680
        },
        {
            "start": 970794681,
            "stop": 970794683
        }
    ]
}