Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3a/timelines/V1_CBC_CAT3/segments?format=api&page=65
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_CBC_CAT3/segments?format=api&page=66",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_CBC_CAT3/segments?format=api&page=64",
    "results_count": 1350,
    "results_per_page": 20,
    "num_pages": 68,
    "page_number": 65,
    "results": [
        {
            "start": 1253056297,
            "stop": 1253057553
        },
        {
            "start": 1253057569,
            "stop": 1253057737
        },
        {
            "start": 1253057753,
            "stop": 1253058209
        },
        {
            "start": 1253058233,
            "stop": 1253058465
        },
        {
            "start": 1253058481,
            "stop": 1253058905
        },
        {
            "start": 1253058921,
            "stop": 1253060041
        },
        {
            "start": 1253060057,
            "stop": 1253060777
        },
        {
            "start": 1253060793,
            "stop": 1253062593
        },
        {
            "start": 1253062609,
            "stop": 1253062897
        },
        {
            "start": 1253062913,
            "stop": 1253063929
        },
        {
            "start": 1253063945,
            "stop": 1253063953
        },
        {
            "start": 1253063969,
            "stop": 1253064017
        },
        {
            "start": 1253064033,
            "stop": 1253064241
        },
        {
            "start": 1253064257,
            "stop": 1253064657
        },
        {
            "start": 1253064673,
            "stop": 1253065737
        },
        {
            "start": 1253065753,
            "stop": 1253066889
        },
        {
            "start": 1253066905,
            "stop": 1253067081
        },
        {
            "start": 1253067097,
            "stop": 1253068681
        },
        {
            "start": 1253068697,
            "stop": 1253069913
        },
        {
            "start": 1253069929,
            "stop": 1253070374
        }
    ]
}