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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=164",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=162",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 163,
    "results": [
        {
            "start": 932911695,
            "stop": 932911719
        },
        {
            "start": 932911724,
            "stop": 932911770
        },
        {
            "start": 932911789,
            "stop": 932912029
        },
        {
            "start": 932912048,
            "stop": 932912224
        },
        {
            "start": 932912229,
            "stop": 932912658
        },
        {
            "start": 932912659,
            "stop": 932912903
        },
        {
            "start": 932912923,
            "stop": 932913230
        },
        {
            "start": 932913249,
            "stop": 932913423
        },
        {
            "start": 932913443,
            "stop": 932913470
        },
        {
            "start": 932913489,
            "stop": 932913560
        },
        {
            "start": 932913579,
            "stop": 932913659
        },
        {
            "start": 932913679,
            "stop": 932913762
        },
        {
            "start": 932913781,
            "stop": 932913786
        },
        {
            "start": 932913806,
            "stop": 932913852
        },
        {
            "start": 932913876,
            "stop": 932913902
        },
        {
            "start": 932913907,
            "stop": 932913927
        },
        {
            "start": 932913971,
            "stop": 932914031
        },
        {
            "start": 932914061,
            "stop": 932914098
        },
        {
            "start": 932914117,
            "stop": 932914150
        },
        {
            "start": 932914170,
            "stop": 932914537
        }
    ]
}