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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=101",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=99",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 100,
    "results": [
        {
            "start": 931618690,
            "stop": 931618811
        },
        {
            "start": 931618814,
            "stop": 931618815
        },
        {
            "start": 931657083,
            "stop": 931657183
        },
        {
            "start": 931658775,
            "stop": 931659071
        },
        {
            "start": 931660328,
            "stop": 931660342
        },
        {
            "start": 931660372,
            "stop": 931660394
        },
        {
            "start": 931660399,
            "stop": 931660564
        },
        {
            "start": 931660581,
            "stop": 931660700
        },
        {
            "start": 931660718,
            "stop": 931661112
        },
        {
            "start": 931661117,
            "stop": 931661685
        },
        {
            "start": 931661705,
            "stop": 931661714
        },
        {
            "start": 931661719,
            "stop": 931661837
        },
        {
            "start": 931661855,
            "stop": 931662015
        },
        {
            "start": 931662375,
            "stop": 931662471
        },
        {
            "start": 931662489,
            "stop": 931662669
        },
        {
            "start": 931662687,
            "stop": 931662719
        },
        {
            "start": 931662746,
            "stop": 931662754
        },
        {
            "start": 931662771,
            "stop": 931663055
        },
        {
            "start": 931663073,
            "stop": 931663090
        },
        {
            "start": 931664128,
            "stop": 931664342
        }
    ]
}