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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=3",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 2,
    "results": [
        {
            "start": 815310056,
            "stop": 815313369
        },
        {
            "start": 815313998,
            "stop": 815332267
        },
        {
            "start": 815341180,
            "stop": 815341710
        },
        {
            "start": 815365597,
            "stop": 815370568
        },
        {
            "start": 815373336,
            "stop": 815373550
        },
        {
            "start": 815373979,
            "stop": 815378735
        },
        {
            "start": 815386833,
            "stop": 815386846
        },
        {
            "start": 815386853,
            "stop": 815394327
        },
        {
            "start": 815395535,
            "stop": 815404265
        },
        {
            "start": 815405223,
            "stop": 815409035
        },
        {
            "start": 815409614,
            "stop": 815413825
        },
        {
            "start": 815420229,
            "stop": 815420684
        },
        {
            "start": 815421978,
            "stop": 815422278
        },
        {
            "start": 815425980,
            "stop": 815426794
        },
        {
            "start": 815447636,
            "stop": 815447671
        },
        {
            "start": 815447676,
            "stop": 815447691
        },
        {
            "start": 815450191,
            "stop": 815450692
        },
        {
            "start": 815456378,
            "stop": 815456720
        },
        {
            "start": 815457216,
            "stop": 815458706
        },
        {
            "start": 815466304,
            "stop": 815470990
        }
    ]
}