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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=574",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=572",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 573,
    "results": [
        {
            "start": 1187107477,
            "stop": 1187111887
        },
        {
            "start": 1187111891,
            "stop": 1187117257
        },
        {
            "start": 1187117260,
            "stop": 1187123077
        },
        {
            "start": 1187123081,
            "stop": 1187128063
        },
        {
            "start": 1187128066,
            "stop": 1187139241
        },
        {
            "start": 1187139245,
            "stop": 1187142665
        },
        {
            "start": 1187142669,
            "stop": 1187144546
        },
        {
            "start": 1187144549,
            "stop": 1187158866
        },
        {
            "start": 1187158870,
            "stop": 1187168450
        },
        {
            "start": 1187168454,
            "stop": 1187171933
        },
        {
            "start": 1187171936,
            "stop": 1187183369
        },
        {
            "start": 1187183372,
            "stop": 1187190792
        },
        {
            "start": 1187190796,
            "stop": 1187193616
        },
        {
            "start": 1187193619,
            "stop": 1187194322
        },
        {
            "start": 1187194326,
            "stop": 1187198709
        },
        {
            "start": 1187198712,
            "stop": 1187203958
        },
        {
            "start": 1187203962,
            "stop": 1187204702
        },
        {
            "start": 1187204706,
            "stop": 1187226516
        },
        {
            "start": 1187226993,
            "stop": 1187232087
        },
        {
            "start": 1187242937,
            "stop": 1187243529
        }
    ]
}