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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10275",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10273",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10274,
    "results": [
        {
            "start": 874820206,
            "stop": 874820291
        },
        {
            "start": 874820327,
            "stop": 874820460
        },
        {
            "start": 874820520,
            "stop": 874820640
        },
        {
            "start": 874820700,
            "stop": 874821000
        },
        {
            "start": 874821060,
            "stop": 874821080
        },
        {
            "start": 874821180,
            "stop": 874821325
        },
        {
            "start": 874821332,
            "stop": 874821420
        },
        {
            "start": 874821540,
            "stop": 874821720
        },
        {
            "start": 874821780,
            "stop": 874821790
        },
        {
            "start": 874821797,
            "stop": 874822188
        },
        {
            "start": 874822196,
            "stop": 874822201
        },
        {
            "start": 874822209,
            "stop": 874822488
        },
        {
            "start": 874822496,
            "stop": 874822739
        },
        {
            "start": 874822746,
            "stop": 874822860
        },
        {
            "start": 874822956,
            "stop": 874823007
        },
        {
            "start": 874823014,
            "stop": 874823280
        },
        {
            "start": 874823340,
            "stop": 874823529
        },
        {
            "start": 874823565,
            "stop": 874823622
        },
        {
            "start": 874823629,
            "stop": 874823787
        },
        {
            "start": 874823794,
            "stop": 874823820
        }
    ]
}