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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=76",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=74",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 75,
    "results": [
        {
            "start": 931287670,
            "stop": 931287671
        },
        {
            "start": 931287690,
            "stop": 931287692
        },
        {
            "start": 931287695,
            "stop": 931287696
        },
        {
            "start": 931287756,
            "stop": 931287757
        },
        {
            "start": 931287766,
            "stop": 931287767
        },
        {
            "start": 931287828,
            "stop": 931287829
        },
        {
            "start": 931287850,
            "stop": 931287852
        },
        {
            "start": 931287868,
            "stop": 931287870
        },
        {
            "start": 931287953,
            "stop": 931287954
        },
        {
            "start": 931287962,
            "stop": 931287963
        },
        {
            "start": 931287975,
            "stop": 931287976
        },
        {
            "start": 931288006,
            "stop": 931288007
        },
        {
            "start": 931288014,
            "stop": 931288015
        },
        {
            "start": 931288021,
            "stop": 931288022
        },
        {
            "start": 931288035,
            "stop": 931288036
        },
        {
            "start": 931288079,
            "stop": 931288080
        },
        {
            "start": 931288137,
            "stop": 931288138
        },
        {
            "start": 931288173,
            "stop": 931288174
        },
        {
            "start": 931288211,
            "stop": 931288212
        },
        {
            "start": 931288217,
            "stop": 931288218
        }
    ]
}