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=956
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=957",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=955",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 956,
    "results": [
        {
            "start": 871535710,
            "stop": 871537930
        },
        {
            "start": 871538080,
            "stop": 871545310
        },
        {
            "start": 871546771,
            "stop": 871550491
        },
        {
            "start": 871550641,
            "stop": 871557451
        },
        {
            "start": 871557601,
            "stop": 871561231
        },
        {
            "start": 871561517,
            "stop": 871561697
        },
        {
            "start": 871561848,
            "stop": 871561968
        },
        {
            "start": 871562176,
            "stop": 871563076
        },
        {
            "start": 871563216,
            "stop": 871564236
        },
        {
            "start": 871565203,
            "stop": 871566643
        },
        {
            "start": 871567794,
            "stop": 871568034
        },
        {
            "start": 871568196,
            "stop": 871573836
        },
        {
            "start": 871574018,
            "stop": 871574168
        },
        {
            "start": 871574198,
            "stop": 871576058
        },
        {
            "start": 871576504,
            "stop": 871582684
        },
        {
            "start": 871582826,
            "stop": 871586276
        },
        {
            "start": 871586306,
            "stop": 871586666
        },
        {
            "start": 871587109,
            "stop": 871590169
        },
        {
            "start": 871592550,
            "stop": 871595550
        },
        {
            "start": 871595789,
            "stop": 871596209
        }
    ]
}