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=8
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=9",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=7",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 8,
    "results": [
        {
            "start": 931352037,
            "stop": 931352091
        },
        {
            "start": 931352110,
            "stop": 931352180
        },
        {
            "start": 931352208,
            "stop": 931352308
        },
        {
            "start": 931352326,
            "stop": 931352509
        },
        {
            "start": 931352527,
            "stop": 931352529
        },
        {
            "start": 931352547,
            "stop": 931352548
        },
        {
            "start": 931352566,
            "stop": 931352567
        },
        {
            "start": 931352585,
            "stop": 931352643
        },
        {
            "start": 931352661,
            "stop": 931352706
        },
        {
            "start": 931352723,
            "stop": 931352732
        },
        {
            "start": 931352764,
            "stop": 931352874
        },
        {
            "start": 931352891,
            "stop": 931352952
        },
        {
            "start": 931352969,
            "stop": 931353114
        },
        {
            "start": 931353139,
            "stop": 931353162
        },
        {
            "start": 931353183,
            "stop": 931353222
        },
        {
            "start": 931353247,
            "stop": 931353270
        },
        {
            "start": 931353327,
            "stop": 931353442
        },
        {
            "start": 931353460,
            "stop": 931353930
        },
        {
            "start": 931353948,
            "stop": 931354014
        },
        {
            "start": 931354032,
            "stop": 931355265
        }
    ]
}