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=949
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=950",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=948",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 949,
    "results": [
        {
            "start": 870983822,
            "stop": 870985862
        },
        {
            "start": 870987439,
            "stop": 870987799
        },
        {
            "start": 870987992,
            "stop": 870990212
        },
        {
            "start": 870990672,
            "stop": 870991812
        },
        {
            "start": 870992498,
            "stop": 870993518
        },
        {
            "start": 870994043,
            "stop": 870994583
        },
        {
            "start": 870994613,
            "stop": 871000823
        },
        {
            "start": 871000973,
            "stop": 871004423
        },
        {
            "start": 871004633,
            "stop": 871009433
        },
        {
            "start": 871009601,
            "stop": 871014341
        },
        {
            "start": 871014626,
            "stop": 871016606
        },
        {
            "start": 871016825,
            "stop": 871022105
        },
        {
            "start": 871022309,
            "stop": 871027829
        },
        {
            "start": 871028143,
            "stop": 871028563
        },
        {
            "start": 871030604,
            "stop": 871036904
        },
        {
            "start": 871040019,
            "stop": 871040439
        },
        {
            "start": 871040643,
            "stop": 871041183
        },
        {
            "start": 871041491,
            "stop": 871044671
        },
        {
            "start": 871046294,
            "stop": 871047974
        },
        {
            "start": 871050947,
            "stop": 871051007
        }
    ]
}