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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=88",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=86",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 87,
    "results": [
        {
            "start": 817775124,
            "stop": 817775145
        },
        {
            "start": 817775192,
            "stop": 817775208
        },
        {
            "start": 817775219,
            "stop": 817775305
        },
        {
            "start": 817775315,
            "stop": 817775388
        },
        {
            "start": 817775417,
            "stop": 817775428
        },
        {
            "start": 817775464,
            "stop": 817775483
        },
        {
            "start": 817775512,
            "stop": 817775515
        },
        {
            "start": 817775551,
            "stop": 817775620
        },
        {
            "start": 817775691,
            "stop": 817775765
        },
        {
            "start": 817775781,
            "stop": 817775930
        },
        {
            "start": 817775935,
            "stop": 817775986
        },
        {
            "start": 817775992,
            "stop": 817778284
        },
        {
            "start": 817778313,
            "stop": 817780179
        },
        {
            "start": 817780185,
            "stop": 817780210
        },
        {
            "start": 817780242,
            "stop": 817780649
        },
        {
            "start": 817780656,
            "stop": 817780682
        },
        {
            "start": 817780690,
            "stop": 817780746
        },
        {
            "start": 817780755,
            "stop": 817780798
        },
        {
            "start": 817780805,
            "stop": 817780859
        },
        {
            "start": 817780946,
            "stop": 817780997
        }
    ]
}