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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=95",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=93",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 94,
    "results": [
        {
            "start": 816619541,
            "stop": 816619573
        },
        {
            "start": 816651331,
            "stop": 816651507
        },
        {
            "start": 816651510,
            "stop": 816651598
        },
        {
            "start": 816651601,
            "stop": 816651946
        },
        {
            "start": 816651949,
            "stop": 816651963
        },
        {
            "start": 816651966,
            "stop": 816652175
        },
        {
            "start": 816652179,
            "stop": 816652875
        },
        {
            "start": 816652878,
            "stop": 816653002
        },
        {
            "start": 816653005,
            "stop": 816653070
        },
        {
            "start": 816653073,
            "stop": 816653082
        },
        {
            "start": 816653086,
            "stop": 816653102
        },
        {
            "start": 816653105,
            "stop": 816653137
        },
        {
            "start": 816653141,
            "stop": 816653233
        },
        {
            "start": 816653236,
            "stop": 816653274
        },
        {
            "start": 816653279,
            "stop": 816653322
        },
        {
            "start": 816653325,
            "stop": 816653366
        },
        {
            "start": 816653370,
            "stop": 816653433
        },
        {
            "start": 816653437,
            "stop": 816653455
        },
        {
            "start": 816653466,
            "stop": 816653575
        },
        {
            "start": 816653580,
            "stop": 816653653
        }
    ]
}