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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7650",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7648",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7649,
    "results": [
        {
            "start": 970977826,
            "stop": 970977883
        },
        {
            "start": 970977887,
            "stop": 970977955
        },
        {
            "start": 970977958,
            "stop": 970977991
        },
        {
            "start": 970977997,
            "stop": 970978012
        },
        {
            "start": 970978015,
            "stop": 970978133
        },
        {
            "start": 970978136,
            "stop": 970978366
        },
        {
            "start": 970978369,
            "stop": 970978427
        },
        {
            "start": 970978430,
            "stop": 970978482
        },
        {
            "start": 970978485,
            "stop": 970978648
        },
        {
            "start": 970978651,
            "stop": 970978813
        },
        {
            "start": 970978816,
            "stop": 970978971
        },
        {
            "start": 970978974,
            "stop": 970979036
        },
        {
            "start": 970979039,
            "stop": 970979055
        },
        {
            "start": 970979058,
            "stop": 970979309
        },
        {
            "start": 970979312,
            "stop": 970979354
        },
        {
            "start": 970979357,
            "stop": 970979392
        },
        {
            "start": 970979395,
            "stop": 970979396
        },
        {
            "start": 970979399,
            "stop": 970979544
        },
        {
            "start": 970979547,
            "stop": 970979669
        },
        {
            "start": 970979673,
            "stop": 970979755
        }
    ]
}