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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_STOCH_CAT1/segments?format=api&page=114",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_STOCH_CAT1/segments?format=api&page=112",
    "results_count": 2356,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 113,
    "results": [
        {
            "start": 969058001,
            "stop": 969058559
        },
        {
            "start": 969060677,
            "stop": 969116717
        },
        {
            "start": 969139130,
            "stop": 969144098
        },
        {
            "start": 969144595,
            "stop": 969154548
        },
        {
            "start": 969171767,
            "stop": 969178294
        },
        {
            "start": 969179808,
            "stop": 969206216
        },
        {
            "start": 969215864,
            "stop": 969217252
        },
        {
            "start": 969220206,
            "stop": 969222184
        },
        {
            "start": 969224615,
            "stop": 969226900
        },
        {
            "start": 969229037,
            "stop": 969232378
        },
        {
            "start": 969237881,
            "stop": 969238492
        },
        {
            "start": 969240547,
            "stop": 969240618
        },
        {
            "start": 969244075,
            "stop": 969255351
        },
        {
            "start": 969258313,
            "stop": 969288249
        },
        {
            "start": 969290995,
            "stop": 969295721
        },
        {
            "start": 969299257,
            "stop": 969302488
        },
        {
            "start": 969308158,
            "stop": 969317652
        },
        {
            "start": 969322761,
            "stop": 969329856
        },
        {
            "start": 969332622,
            "stop": 969343652
        },
        {
            "start": 969345158,
            "stop": 969380026
        }
    ]
}