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=957
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=958",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=956",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 957,
    "results": [
        {
            "start": 871596299,
            "stop": 871596989
        },
        {
            "start": 871597873,
            "stop": 871598473
        },
        {
            "start": 871599605,
            "stop": 871601465
        },
        {
            "start": 871601611,
            "stop": 871609231
        },
        {
            "start": 871609380,
            "stop": 871611570
        },
        {
            "start": 871611720,
            "stop": 871612770
        },
        {
            "start": 871612920,
            "stop": 871617420
        },
        {
            "start": 871617572,
            "stop": 871619192
        },
        {
            "start": 871622478,
            "stop": 871624638
        },
        {
            "start": 871624823,
            "stop": 871625543
        },
        {
            "start": 871625693,
            "stop": 871627823
        },
        {
            "start": 871628826,
            "stop": 871629306
        },
        {
            "start": 871629469,
            "stop": 871633369
        },
        {
            "start": 871635421,
            "stop": 871639861
        },
        {
            "start": 871640023,
            "stop": 871640563
        },
        {
            "start": 871640847,
            "stop": 871649067
        },
        {
            "start": 871649222,
            "stop": 871649402
        },
        {
            "start": 871649562,
            "stop": 871649982
        },
        {
            "start": 871650172,
            "stop": 871651312
        },
        {
            "start": 871652824,
            "stop": 871653004
        }
    ]
}