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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=43",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=41",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 42,
    "results": [
        {
            "start": 931870875,
            "stop": 931870876
        },
        {
            "start": 931870878,
            "stop": 931870913
        },
        {
            "start": 931870916,
            "stop": 931870927
        },
        {
            "start": 931870928,
            "stop": 931870942
        },
        {
            "start": 931870943,
            "stop": 931871309
        },
        {
            "start": 931871311,
            "stop": 931872266
        },
        {
            "start": 931872267,
            "stop": 931872534
        },
        {
            "start": 931872536,
            "stop": 931872624
        },
        {
            "start": 931872625,
            "stop": 931873358
        },
        {
            "start": 931873359,
            "stop": 931873475
        },
        {
            "start": 931873476,
            "stop": 931873506
        },
        {
            "start": 931873508,
            "stop": 931873511
        },
        {
            "start": 931873513,
            "stop": 931873661
        },
        {
            "start": 931873662,
            "stop": 931873990
        },
        {
            "start": 931873991,
            "stop": 931874242
        },
        {
            "start": 931874243,
            "stop": 931875440
        },
        {
            "start": 931875441,
            "stop": 931875468
        },
        {
            "start": 931875469,
            "stop": 931876044
        },
        {
            "start": 931876045,
            "stop": 931876544
        },
        {
            "start": 931876545,
            "stop": 931877337
        }
    ]
}