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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=941",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=939",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 940,
    "results": [
        {
            "start": 870612418,
            "stop": 870612898
        },
        {
            "start": 870613328,
            "stop": 870614228
        },
        {
            "start": 870614451,
            "stop": 870614931
        },
        {
            "start": 870615081,
            "stop": 870615171
        },
        {
            "start": 870615348,
            "stop": 870615768
        },
        {
            "start": 870617723,
            "stop": 870618323
        },
        {
            "start": 870618524,
            "stop": 870618764
        },
        {
            "start": 870618928,
            "stop": 870619648
        },
        {
            "start": 870620520,
            "stop": 870621000
        },
        {
            "start": 870621211,
            "stop": 870621571
        },
        {
            "start": 870622925,
            "stop": 870623285
        },
        {
            "start": 870662845,
            "stop": 870663265
        },
        {
            "start": 870663461,
            "stop": 870663821
        },
        {
            "start": 870664010,
            "stop": 870667910
        },
        {
            "start": 870668155,
            "stop": 870673195
        },
        {
            "start": 870673345,
            "stop": 870675415
        },
        {
            "start": 870675505,
            "stop": 870677755
        },
        {
            "start": 870677956,
            "stop": 870682546
        },
        {
            "start": 870682696,
            "stop": 870682996
        },
        {
            "start": 870684670,
            "stop": 870696250
        }
    ]
}