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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=742",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=740",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 741,
    "results": [
        {
            "start": 953622376,
            "stop": 953622887
        },
        {
            "start": 953622893,
            "stop": 953623252
        },
        {
            "start": 953623258,
            "stop": 953623830
        },
        {
            "start": 953623836,
            "stop": 953624102
        },
        {
            "start": 953624108,
            "stop": 953624354
        },
        {
            "start": 953624360,
            "stop": 953624433
        },
        {
            "start": 953624439,
            "stop": 953624481
        },
        {
            "start": 953624487,
            "stop": 953624581
        },
        {
            "start": 953624587,
            "stop": 953624603
        },
        {
            "start": 953624609,
            "stop": 953624886
        },
        {
            "start": 953624892,
            "stop": 953624934
        },
        {
            "start": 953624942,
            "stop": 953625202
        },
        {
            "start": 953625208,
            "stop": 953625228
        },
        {
            "start": 953625234,
            "stop": 953625314
        },
        {
            "start": 953625320,
            "stop": 953625589
        },
        {
            "start": 953625595,
            "stop": 953625741
        },
        {
            "start": 953625747,
            "stop": 953625818
        },
        {
            "start": 953625824,
            "stop": 953626156
        },
        {
            "start": 953626162,
            "stop": 953626443
        },
        {
            "start": 953626449,
            "stop": 953626807
        }
    ]
}