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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=216",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=214",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 215,
    "results": [
        {
            "start": 851294960,
            "stop": 851295656
        },
        {
            "start": 851295660,
            "stop": 851305014
        },
        {
            "start": 851305015,
            "stop": 851309387
        },
        {
            "start": 851310254,
            "stop": 851329976
        },
        {
            "start": 851330000,
            "stop": 851330015
        },
        {
            "start": 851330018,
            "stop": 851330019
        },
        {
            "start": 851330025,
            "stop": 851332033
        },
        {
            "start": 851333944,
            "stop": 851335312
        },
        {
            "start": 851335352,
            "stop": 851335361
        },
        {
            "start": 851335378,
            "stop": 851338572
        },
        {
            "start": 851340085,
            "stop": 851341115
        },
        {
            "start": 851343183,
            "stop": 851343853
        },
        {
            "start": 851343856,
            "stop": 851343858
        },
        {
            "start": 851343886,
            "stop": 851343905
        },
        {
            "start": 851343912,
            "stop": 851343913
        },
        {
            "start": 851344551,
            "stop": 851346945
        },
        {
            "start": 851347862,
            "stop": 851349952
        },
        {
            "start": 851349955,
            "stop": 851349956
        },
        {
            "start": 851349965,
            "stop": 851349979
        },
        {
            "start": 851349982,
            "stop": 851353960
        }
    ]
}