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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=200",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=198",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 199,
    "results": [
        {
            "start": 1240140547,
            "stop": 1240140666
        },
        {
            "start": 1240140667,
            "stop": 1240140786
        },
        {
            "start": 1240140787,
            "stop": 1240140906
        },
        {
            "start": 1240140907,
            "stop": 1240141026
        },
        {
            "start": 1240141027,
            "stop": 1240141146
        },
        {
            "start": 1240141147,
            "stop": 1240141266
        },
        {
            "start": 1240141267,
            "stop": 1240141366
        },
        {
            "start": 1240141367,
            "stop": 1240141506
        },
        {
            "start": 1240141507,
            "stop": 1240141626
        },
        {
            "start": 1240141627,
            "stop": 1240141746
        },
        {
            "start": 1240141747,
            "stop": 1240141866
        },
        {
            "start": 1240141867,
            "stop": 1240141986
        },
        {
            "start": 1240141987,
            "stop": 1240142106
        },
        {
            "start": 1240142107,
            "stop": 1240142226
        },
        {
            "start": 1240142227,
            "stop": 1240142346
        },
        {
            "start": 1240142347,
            "stop": 1240142466
        },
        {
            "start": 1240142467,
            "stop": 1240142586
        },
        {
            "start": 1240142587,
            "stop": 1240142706
        },
        {
            "start": 1240142707,
            "stop": 1240142826
        },
        {
            "start": 1240142827,
            "stop": 1240142946
        }
    ]
}