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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=88",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=86",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 87,
    "results": [
        {
            "start": 843646018,
            "stop": 843656432
        },
        {
            "start": 843657475,
            "stop": 843669520
        },
        {
            "start": 843671603,
            "stop": 843674437
        },
        {
            "start": 843684381,
            "stop": 843703595
        },
        {
            "start": 843707450,
            "stop": 843709102
        },
        {
            "start": 843710683,
            "stop": 843710907
        },
        {
            "start": 843711516,
            "stop": 843721529
        },
        {
            "start": 843722145,
            "stop": 843722262
        },
        {
            "start": 843722858,
            "stop": 843729380
        },
        {
            "start": 843735850,
            "stop": 843742087
        },
        {
            "start": 843742825,
            "stop": 843745885
        },
        {
            "start": 843746972,
            "stop": 843765757
        },
        {
            "start": 843766576,
            "stop": 843795790
        },
        {
            "start": 843797149,
            "stop": 843801532
        },
        {
            "start": 843802176,
            "stop": 843802762
        },
        {
            "start": 843804200,
            "stop": 843833309
        },
        {
            "start": 843833937,
            "stop": 843836188
        },
        {
            "start": 843837393,
            "stop": 843837446
        },
        {
            "start": 843848221,
            "stop": 843855621
        },
        {
            "start": 843864162,
            "stop": 843887081
        }
    ]
}