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/H2_BURST_CAT2/segments?format=api&page=703
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=704",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=702",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 703,
    "results": [
        {
            "start": 858991196,
            "stop": 858991200
        },
        {
            "start": 858991203,
            "stop": 859039771
        },
        {
            "start": 859039778,
            "stop": 859039808
        },
        {
            "start": 859039829,
            "stop": 859042797
        },
        {
            "start": 859059899,
            "stop": 859068964
        },
        {
            "start": 859069657,
            "stop": 859074313
        },
        {
            "start": 859074316,
            "stop": 859074835
        },
        {
            "start": 859074837,
            "stop": 859074847
        },
        {
            "start": 859074849,
            "stop": 859075077
        },
        {
            "start": 859075079,
            "stop": 859075109
        },
        {
            "start": 859081588,
            "stop": 859082322
        },
        {
            "start": 859084013,
            "stop": 859084684
        },
        {
            "start": 859084686,
            "stop": 859084692
        },
        {
            "start": 859092694,
            "stop": 859093661
        },
        {
            "start": 859094893,
            "stop": 859094919
        },
        {
            "start": 859095548,
            "stop": 859095863
        },
        {
            "start": 859098081,
            "stop": 859123595
        },
        {
            "start": 859125095,
            "stop": 859126200
        },
        {
            "start": 859126202,
            "stop": 859127269
        },
        {
            "start": 859129866,
            "stop": 859140870
        }
    ]
}