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=5156
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=5157",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5155",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5156,
    "results": [
        {
            "start": 873746388,
            "stop": 873746498
        },
        {
            "start": 873746508,
            "stop": 873746549
        },
        {
            "start": 873746586,
            "stop": 873746703
        },
        {
            "start": 873746742,
            "stop": 873746780
        },
        {
            "start": 873746990,
            "stop": 873747091
        },
        {
            "start": 873747099,
            "stop": 873747155
        },
        {
            "start": 873747682,
            "stop": 873747780
        },
        {
            "start": 873747900,
            "stop": 873747916
        },
        {
            "start": 873748080,
            "stop": 873748286
        },
        {
            "start": 873748294,
            "stop": 873748336
        },
        {
            "start": 873748576,
            "stop": 873748614
        },
        {
            "start": 873748650,
            "stop": 873749121
        },
        {
            "start": 873749129,
            "stop": 873749153
        },
        {
            "start": 873749162,
            "stop": 873749183
        },
        {
            "start": 873749238,
            "stop": 873749397
        },
        {
            "start": 873749405,
            "stop": 873749432
        },
        {
            "start": 873749449,
            "stop": 873749598
        },
        {
            "start": 873749605,
            "stop": 873749610
        },
        {
            "start": 873749850,
            "stop": 873749885
        },
        {
            "start": 873749921,
            "stop": 873749971
        }
    ]
}