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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1521",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1519",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1520,
    "results": [
        {
            "start": 871839401,
            "stop": 871839409
        },
        {
            "start": 871839412,
            "stop": 871842171
        },
        {
            "start": 871842175,
            "stop": 871842663
        },
        {
            "start": 871842666,
            "stop": 871842903
        },
        {
            "start": 871842910,
            "stop": 871842913
        },
        {
            "start": 871842917,
            "stop": 871842924
        },
        {
            "start": 871842927,
            "stop": 871842929
        },
        {
            "start": 871842932,
            "stop": 871842939
        },
        {
            "start": 871842951,
            "stop": 871845552
        },
        {
            "start": 871845555,
            "stop": 871845559
        },
        {
            "start": 871845562,
            "stop": 871847854
        },
        {
            "start": 871847865,
            "stop": 871847867
        },
        {
            "start": 871847875,
            "stop": 871847881
        },
        {
            "start": 871847889,
            "stop": 871847897
        },
        {
            "start": 871847907,
            "stop": 871847909
        },
        {
            "start": 871847912,
            "stop": 871847919
        },
        {
            "start": 871847922,
            "stop": 871850443
        },
        {
            "start": 871850448,
            "stop": 871850489
        },
        {
            "start": 871850492,
            "stop": 871851522
        },
        {
            "start": 871851696,
            "stop": 871852749
        }
    ]
}