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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=299",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=297",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 298,
    "results": [
        {
            "start": 871599542,
            "stop": 871621641
        },
        {
            "start": 871622415,
            "stop": 871627920
        },
        {
            "start": 871628745,
            "stop": 871633915
        },
        {
            "start": 871635351,
            "stop": 871651434
        },
        {
            "start": 871652612,
            "stop": 871656466
        },
        {
            "start": 871663552,
            "stop": 871671888
        },
        {
            "start": 871672944,
            "stop": 871675237
        },
        {
            "start": 871684149,
            "stop": 871685537
        },
        {
            "start": 871697278,
            "stop": 871700031
        },
        {
            "start": 871700860,
            "stop": 871716967
        },
        {
            "start": 871717648,
            "stop": 871719459
        },
        {
            "start": 871721034,
            "stop": 871739260
        },
        {
            "start": 871765327,
            "stop": 871780899
        },
        {
            "start": 871781379,
            "stop": 871804834
        },
        {
            "start": 871806525,
            "stop": 871822026
        },
        {
            "start": 871822117,
            "stop": 871827903
        },
        {
            "start": 871836347,
            "stop": 871839184
        },
        {
            "start": 871839297,
            "stop": 871849311
        },
        {
            "start": 871851602,
            "stop": 871851752
        },
        {
            "start": 871857290,
            "stop": 871891906
        }
    ]
}