Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=375
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=376",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=374",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 375,
    "results": [
        {
            "start": 939640868,
            "stop": 939640883
        },
        {
            "start": 939640886,
            "stop": 939640900
        },
        {
            "start": 939640903,
            "stop": 939640916
        },
        {
            "start": 939640919,
            "stop": 939640976
        },
        {
            "start": 939640979,
            "stop": 939641096
        },
        {
            "start": 939641100,
            "stop": 939641153
        },
        {
            "start": 939641156,
            "stop": 939641203
        },
        {
            "start": 939641206,
            "stop": 939641214
        },
        {
            "start": 939641217,
            "stop": 939641227
        },
        {
            "start": 939641230,
            "stop": 939641324
        },
        {
            "start": 939641328,
            "stop": 939641436
        },
        {
            "start": 939641439,
            "stop": 939641483
        },
        {
            "start": 939641486,
            "stop": 939641545
        },
        {
            "start": 939641548,
            "stop": 939641555
        },
        {
            "start": 939641558,
            "stop": 939641632
        },
        {
            "start": 939641635,
            "stop": 939641749
        },
        {
            "start": 939641752,
            "stop": 939641799
        },
        {
            "start": 939641802,
            "stop": 939641803
        },
        {
            "start": 939641806,
            "stop": 939641866
        },
        {
            "start": 939641869,
            "stop": 939641953
        }
    ]
}