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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=12",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=10",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 11,
    "results": [
        {
            "start": 931137573,
            "stop": 931137605
        },
        {
            "start": 931137614,
            "stop": 931137615
        },
        {
            "start": 931137621,
            "stop": 931137625
        },
        {
            "start": 931137631,
            "stop": 931137642
        },
        {
            "start": 931137648,
            "stop": 931137662
        },
        {
            "start": 931137683,
            "stop": 931137693
        },
        {
            "start": 931137706,
            "stop": 931137711
        },
        {
            "start": 931137722,
            "stop": 931137736
        },
        {
            "start": 931137741,
            "stop": 931137757
        },
        {
            "start": 931137762,
            "stop": 931137770
        },
        {
            "start": 931137803,
            "stop": 931137805
        },
        {
            "start": 931137858,
            "stop": 931137866
        },
        {
            "start": 931137871,
            "stop": 931137874
        },
        {
            "start": 931137900,
            "stop": 931137932
        },
        {
            "start": 931137940,
            "stop": 931137957
        },
        {
            "start": 931137979,
            "stop": 931138029
        },
        {
            "start": 931138035,
            "stop": 931138060
        },
        {
            "start": 931138071,
            "stop": 931138079
        },
        {
            "start": 931138085,
            "stop": 931138091
        },
        {
            "start": 931138109,
            "stop": 931138120
        }
    ]
}