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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46849",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46847",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46848,
    "results": [
        {
            "start": 875139522,
            "stop": 875139530
        },
        {
            "start": 875139531,
            "stop": 875139542
        },
        {
            "start": 875139543,
            "stop": 875139544
        },
        {
            "start": 875139547,
            "stop": 875139551
        },
        {
            "start": 875139552,
            "stop": 875139556
        },
        {
            "start": 875139557,
            "stop": 875139563
        },
        {
            "start": 875139564,
            "stop": 875139572
        },
        {
            "start": 875139574,
            "stop": 875139600
        },
        {
            "start": 875139601,
            "stop": 875139605
        },
        {
            "start": 875139606,
            "stop": 875139619
        },
        {
            "start": 875139622,
            "stop": 875139663
        },
        {
            "start": 875139664,
            "stop": 875139677
        },
        {
            "start": 875139681,
            "stop": 875139714
        },
        {
            "start": 875139716,
            "stop": 875139723
        },
        {
            "start": 875139724,
            "stop": 875139725
        },
        {
            "start": 875139727,
            "stop": 875139748
        },
        {
            "start": 875139750,
            "stop": 875139764
        },
        {
            "start": 875139765,
            "stop": 875139769
        },
        {
            "start": 875139775,
            "stop": 875139776
        },
        {
            "start": 875139777,
            "stop": 875139785
        }
    ]
}