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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=364",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=362",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 363,
    "results": [
        {
            "start": 871567719,
            "stop": 871576147
        },
        {
            "start": 871576437,
            "stop": 871598839
        },
        {
            "start": 871599542,
            "stop": 871621618
        },
        {
            "start": 871622415,
            "stop": 871627896
        },
        {
            "start": 871628745,
            "stop": 871633915
        },
        {
            "start": 871635351,
            "stop": 871651434
        },
        {
            "start": 871652612,
            "stop": 871656443
        },
        {
            "start": 871663552,
            "stop": 871671888
        },
        {
            "start": 871672944,
            "stop": 871675213
        },
        {
            "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": 871804811
        },
        {
            "start": 871806525,
            "stop": 871822026
        },
        {
            "start": 871822117,
            "stop": 871827893
        },
        {
            "start": 871836347,
            "stop": 871839184
        },
        {
            "start": 871839297,
            "stop": 871849287
        }
    ]
}