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=48
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=49",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=47",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 48,
    "results": [
        {
            "start": 931252500,
            "stop": 931252503
        },
        {
            "start": 931252507,
            "stop": 931252558
        },
        {
            "start": 931252563,
            "stop": 931252564
        },
        {
            "start": 931252567,
            "stop": 931252581
        },
        {
            "start": 931252584,
            "stop": 931252587
        },
        {
            "start": 931252611,
            "stop": 931252618
        },
        {
            "start": 931252622,
            "stop": 931252632
        },
        {
            "start": 931252636,
            "stop": 931252650
        },
        {
            "start": 931252654,
            "stop": 931252660
        },
        {
            "start": 931252664,
            "stop": 931252697
        },
        {
            "start": 931252701,
            "stop": 931252725
        },
        {
            "start": 931252727,
            "stop": 931252736
        },
        {
            "start": 931252738,
            "stop": 931252750
        },
        {
            "start": 931252755,
            "stop": 931252761
        },
        {
            "start": 931252763,
            "stop": 931252776
        },
        {
            "start": 931252778,
            "stop": 931252780
        },
        {
            "start": 931252784,
            "stop": 931252786
        },
        {
            "start": 931252788,
            "stop": 931252793
        },
        {
            "start": 931252795,
            "stop": 931252798
        },
        {
            "start": 931252800,
            "stop": 931252813
        }
    ]
}