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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=57",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=55",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 56,
    "results": [
        {
            "start": 831589400,
            "stop": 831591508
        },
        {
            "start": 831595158,
            "stop": 831609916
        },
        {
            "start": 831614685,
            "stop": 831616695
        },
        {
            "start": 831617590,
            "stop": 831621237
        },
        {
            "start": 831622235,
            "stop": 831631002
        },
        {
            "start": 831631877,
            "stop": 831669184
        },
        {
            "start": 831670249,
            "stop": 831673908
        },
        {
            "start": 831674236,
            "stop": 831688953
        },
        {
            "start": 831689678,
            "stop": 831696537
        },
        {
            "start": 831697021,
            "stop": 831699398
        },
        {
            "start": 831700731,
            "stop": 831705254
        },
        {
            "start": 831708123,
            "stop": 831747225
        },
        {
            "start": 831748416,
            "stop": 831765201
        },
        {
            "start": 831766832,
            "stop": 831790849
        },
        {
            "start": 831791757,
            "stop": 831811973
        },
        {
            "start": 831817611,
            "stop": 831826865
        },
        {
            "start": 831847109,
            "stop": 831848914
        },
        {
            "start": 831849823,
            "stop": 831850442
        },
        {
            "start": 831852678,
            "stop": 831860544
        },
        {
            "start": 831860609,
            "stop": 831871146
        }
    ]
}