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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_CBC_CAT3/segments?format=api&page=32",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_CBC_CAT3/segments?format=api&page=30",
    "results_count": 956,
    "results_per_page": 20,
    "num_pages": 48,
    "page_number": 31,
    "results": [
        {
            "start": 1413189435,
            "stop": 1413189632
        },
        {
            "start": 1413189806,
            "stop": 1413203239
        },
        {
            "start": 1413203414,
            "stop": 1413211862
        },
        {
            "start": 1413212007,
            "stop": 1413214464
        },
        {
            "start": 1413243251,
            "stop": 1413248416
        },
        {
            "start": 1413252074,
            "stop": 1413253116
        },
        {
            "start": 1413258326,
            "stop": 1413259246
        },
        {
            "start": 1413265545,
            "stop": 1413276710
        },
        {
            "start": 1413286154,
            "stop": 1413286844
        },
        {
            "start": 1413290776,
            "stop": 1413293258
        },
        {
            "start": 1413297231,
            "stop": 1413298115
        },
        {
            "start": 1413303447,
            "stop": 1413307110
        },
        {
            "start": 1413307953,
            "stop": 1413315394
        },
        {
            "start": 1413324621,
            "stop": 1413334053
        },
        {
            "start": 1413338630,
            "stop": 1413344876
        },
        {
            "start": 1413353530,
            "stop": 1413356546
        },
        {
            "start": 1413359915,
            "stop": 1413375589
        },
        {
            "start": 1413389185,
            "stop": 1413393291
        },
        {
            "start": 1413394002,
            "stop": 1413398114
        },
        {
            "start": 1413404521,
            "stop": 1413423163
        }
    ]
}