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_BURST_CAT2/segments?format=api&page=547
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=548",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=546",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 547,
    "results": [
        {
            "start": 830057803,
            "stop": 830058121
        },
        {
            "start": 830059261,
            "stop": 830062993
        },
        {
            "start": 830064455,
            "stop": 830096354
        },
        {
            "start": 830098823,
            "stop": 830099387
        },
        {
            "start": 830099895,
            "stop": 830102833
        },
        {
            "start": 830102941,
            "stop": 830113093
        },
        {
            "start": 830115133,
            "stop": 830116195
        },
        {
            "start": 830117735,
            "stop": 830120653
        },
        {
            "start": 830120693,
            "stop": 830120694
        },
        {
            "start": 830121082,
            "stop": 830124657
        },
        {
            "start": 830125439,
            "stop": 830127361
        },
        {
            "start": 830127464,
            "stop": 830127564
        },
        {
            "start": 830128086,
            "stop": 830129194
        },
        {
            "start": 830129196,
            "stop": 830140501
        },
        {
            "start": 830141044,
            "stop": 830143872
        },
        {
            "start": 830143932,
            "stop": 830143990
        },
        {
            "start": 830145054,
            "stop": 830145333
        },
        {
            "start": 830145999,
            "stop": 830155482
        },
        {
            "start": 830156061,
            "stop": 830187056
        },
        {
            "start": 830189505,
            "stop": 830191933
        }
    ]
}