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=188
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=189",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=187",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 188,
    "results": [
        {
            "start": 820332390,
            "stop": 820332392
        },
        {
            "start": 820332400,
            "stop": 820332488
        },
        {
            "start": 820332523,
            "stop": 820332565
        },
        {
            "start": 820332608,
            "stop": 820332613
        },
        {
            "start": 820336346,
            "stop": 820336360
        },
        {
            "start": 820336368,
            "stop": 820336371
        },
        {
            "start": 820336392,
            "stop": 820336418
        },
        {
            "start": 820336432,
            "stop": 820336434
        },
        {
            "start": 820336475,
            "stop": 820336490
        },
        {
            "start": 820336499,
            "stop": 820336504
        },
        {
            "start": 820336514,
            "stop": 820336548
        },
        {
            "start": 820336565,
            "stop": 820336568
        },
        {
            "start": 820338662,
            "stop": 820338671
        },
        {
            "start": 820338684,
            "stop": 820338695
        },
        {
            "start": 820338710,
            "stop": 820338746
        },
        {
            "start": 820338758,
            "stop": 820338759
        },
        {
            "start": 820338766,
            "stop": 820338774
        },
        {
            "start": 820338786,
            "stop": 820338841
        },
        {
            "start": 820338851,
            "stop": 820338865
        },
        {
            "start": 820338872,
            "stop": 820338884
        }
    ]
}