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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=72",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=70",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 71,
    "results": [
        {
            "start": 822872353,
            "stop": 822873303
        },
        {
            "start": 822877048,
            "stop": 822883628
        },
        {
            "start": 822883693,
            "stop": 822887533
        },
        {
            "start": 822887564,
            "stop": 822887565
        },
        {
            "start": 822887633,
            "stop": 822889873
        },
        {
            "start": 822889885,
            "stop": 822889886
        },
        {
            "start": 822893845,
            "stop": 822898131
        },
        {
            "start": 822898273,
            "stop": 822912143
        },
        {
            "start": 822912236,
            "stop": 822913090
        },
        {
            "start": 822913244,
            "stop": 822914617
        },
        {
            "start": 822914763,
            "stop": 822914953
        },
        {
            "start": 822917469,
            "stop": 822920394
        },
        {
            "start": 822922220,
            "stop": 822928152
        },
        {
            "start": 822928321,
            "stop": 822931343
        },
        {
            "start": 822931528,
            "stop": 822932419
        },
        {
            "start": 822932524,
            "stop": 822936355
        },
        {
            "start": 822936979,
            "stop": 822936997
        },
        {
            "start": 822936998,
            "stop": 822942853
        },
        {
            "start": 822942879,
            "stop": 822942880
        },
        {
            "start": 822942926,
            "stop": 822944084
        }
    ]
}