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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=106",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=104",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 105,
    "results": [
        {
            "start": 931510551,
            "stop": 931510561
        },
        {
            "start": 931510564,
            "stop": 931510582
        },
        {
            "start": 931510586,
            "stop": 931510610
        },
        {
            "start": 931510613,
            "stop": 931510628
        },
        {
            "start": 931510631,
            "stop": 931510648
        },
        {
            "start": 931510651,
            "stop": 931510672
        },
        {
            "start": 931510675,
            "stop": 931510678
        },
        {
            "start": 931510681,
            "stop": 931510683
        },
        {
            "start": 931510686,
            "stop": 931510706
        },
        {
            "start": 931510712,
            "stop": 931510745
        },
        {
            "start": 931510750,
            "stop": 931510751
        },
        {
            "start": 931510754,
            "stop": 931510809
        },
        {
            "start": 931510812,
            "stop": 931510821
        },
        {
            "start": 931510824,
            "stop": 931510847
        },
        {
            "start": 931510853,
            "stop": 931510856
        },
        {
            "start": 931510859,
            "stop": 931510869
        },
        {
            "start": 931510872,
            "stop": 931510874
        },
        {
            "start": 931510877,
            "stop": 931510910
        },
        {
            "start": 931510913,
            "stop": 931510930
        },
        {
            "start": 931510933,
            "stop": 931510957
        }
    ]
}