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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=58",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=56",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 57,
    "results": [
        {
            "start": 817774000,
            "stop": 817774376
        },
        {
            "start": 817774384,
            "stop": 817774915
        },
        {
            "start": 817774923,
            "stop": 817774941
        },
        {
            "start": 817774949,
            "stop": 817774950
        },
        {
            "start": 817774967,
            "stop": 817775033
        },
        {
            "start": 817775042,
            "stop": 817775064
        },
        {
            "start": 817775072,
            "stop": 817775079
        },
        {
            "start": 817775087,
            "stop": 817775095
        },
        {
            "start": 817775103,
            "stop": 817775145
        },
        {
            "start": 817775171,
            "stop": 817775388
        },
        {
            "start": 817775396,
            "stop": 817775435
        },
        {
            "start": 817775443,
            "stop": 817775483
        },
        {
            "start": 817775491,
            "stop": 817775515
        },
        {
            "start": 817775530,
            "stop": 817775620
        },
        {
            "start": 817775628,
            "stop": 817775640
        },
        {
            "start": 817775648,
            "stop": 817775654
        },
        {
            "start": 817775670,
            "stop": 817775930
        },
        {
            "start": 817775935,
            "stop": 817775986
        },
        {
            "start": 817775992,
            "stop": 817778284
        },
        {
            "start": 817778292,
            "stop": 817780179
        }
    ]
}