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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=4",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=2",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 3,
    "results": [
        {
            "start": 815307989,
            "stop": 815308064
        },
        {
            "start": 815310056,
            "stop": 815313354
        },
        {
            "start": 815313998,
            "stop": 815314551
        },
        {
            "start": 815314558,
            "stop": 815314868
        },
        {
            "start": 815314876,
            "stop": 815322773
        },
        {
            "start": 815322780,
            "stop": 815327767
        },
        {
            "start": 815327768,
            "stop": 815332265
        },
        {
            "start": 815341180,
            "stop": 815341710
        },
        {
            "start": 815365597,
            "stop": 815370566
        },
        {
            "start": 815373336,
            "stop": 815373550
        },
        {
            "start": 815373979,
            "stop": 815378733
        },
        {
            "start": 815386833,
            "stop": 815386846
        },
        {
            "start": 815386853,
            "stop": 815388541
        },
        {
            "start": 815388548,
            "stop": 815394325
        },
        {
            "start": 815395535,
            "stop": 815399071
        },
        {
            "start": 815399077,
            "stop": 815403144
        },
        {
            "start": 815403151,
            "stop": 815404263
        },
        {
            "start": 815405223,
            "stop": 815409033
        },
        {
            "start": 815409614,
            "stop": 815411213
        },
        {
            "start": 815411220,
            "stop": 815413490
        }
    ]
}