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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7631",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7629",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7630,
    "results": [
        {
            "start": 970851456,
            "stop": 970851464
        },
        {
            "start": 970851467,
            "stop": 970851533
        },
        {
            "start": 970851538,
            "stop": 970851604
        },
        {
            "start": 970851676,
            "stop": 970851679
        },
        {
            "start": 970851684,
            "stop": 970851700
        },
        {
            "start": 970851703,
            "stop": 970851714
        },
        {
            "start": 970851717,
            "stop": 970851724
        },
        {
            "start": 970851804,
            "stop": 970851809
        },
        {
            "start": 970851812,
            "stop": 970851855
        },
        {
            "start": 970851976,
            "stop": 970851991
        },
        {
            "start": 970852002,
            "stop": 970852112
        },
        {
            "start": 970852117,
            "stop": 970852119
        },
        {
            "start": 970852123,
            "stop": 970852124
        },
        {
            "start": 970852164,
            "stop": 970852170
        },
        {
            "start": 970852174,
            "stop": 970852177
        },
        {
            "start": 970852182,
            "stop": 970852204
        },
        {
            "start": 970852457,
            "stop": 970852480
        },
        {
            "start": 970852483,
            "stop": 970852495
        },
        {
            "start": 970852498,
            "stop": 970852604
        },
        {
            "start": 970852696,
            "stop": 970852748
        }
    ]
}