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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5273",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5271",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5272,
    "results": [
        {
            "start": 874739931,
            "stop": 874740185
        },
        {
            "start": 874740192,
            "stop": 874741018
        },
        {
            "start": 874741025,
            "stop": 874741067
        },
        {
            "start": 874741074,
            "stop": 874742343
        },
        {
            "start": 874742360,
            "stop": 874742838
        },
        {
            "start": 874742845,
            "stop": 874742854
        },
        {
            "start": 874742862,
            "stop": 874742974
        },
        {
            "start": 874742982,
            "stop": 874743429
        },
        {
            "start": 874743436,
            "stop": 874743718
        },
        {
            "start": 874743726,
            "stop": 874743740
        },
        {
            "start": 874743775,
            "stop": 874743786
        },
        {
            "start": 874745089,
            "stop": 874745136
        },
        {
            "start": 874745172,
            "stop": 874745696
        },
        {
            "start": 874745704,
            "stop": 874745906
        },
        {
            "start": 874745942,
            "stop": 874746112
        },
        {
            "start": 874746148,
            "stop": 874746166
        },
        {
            "start": 874746173,
            "stop": 874746391
        },
        {
            "start": 874746448,
            "stop": 874746514
        },
        {
            "start": 874746532,
            "stop": 874746823
        },
        {
            "start": 874746862,
            "stop": 874747003
        }
    ]
}