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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=25",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=23",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 24,
    "results": [
        {
            "start": 931137737,
            "stop": 931137757
        },
        {
            "start": 931137758,
            "stop": 931137766
        },
        {
            "start": 931137767,
            "stop": 931137770
        },
        {
            "start": 931137775,
            "stop": 931137776
        },
        {
            "start": 931137778,
            "stop": 931137781
        },
        {
            "start": 931137783,
            "stop": 931137784
        },
        {
            "start": 931137785,
            "stop": 931137786
        },
        {
            "start": 931137788,
            "stop": 931137789
        },
        {
            "start": 931137791,
            "stop": 931137792
        },
        {
            "start": 931137794,
            "stop": 931137795
        },
        {
            "start": 931137799,
            "stop": 931137805
        },
        {
            "start": 931137812,
            "stop": 931137816
        },
        {
            "start": 931137818,
            "stop": 931137819
        },
        {
            "start": 931137823,
            "stop": 931137824
        },
        {
            "start": 931137825,
            "stop": 931137826
        },
        {
            "start": 931137831,
            "stop": 931137835
        },
        {
            "start": 931137840,
            "stop": 931137841
        },
        {
            "start": 931137851,
            "stop": 931137852
        },
        {
            "start": 931137854,
            "stop": 931137866
        },
        {
            "start": 931137867,
            "stop": 931137874
        }
    ]
}