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=73
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=74",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=72",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 73,
    "results": [
        {
            "start": 837963806,
            "stop": 837964145
        },
        {
            "start": 837979955,
            "stop": 838041824
        },
        {
            "start": 838042644,
            "stop": 838064573
        },
        {
            "start": 838065830,
            "stop": 838072251
        },
        {
            "start": 838072443,
            "stop": 838078974
        },
        {
            "start": 838079671,
            "stop": 838087190
        },
        {
            "start": 838088906,
            "stop": 838108427
        },
        {
            "start": 838109586,
            "stop": 838150893
        },
        {
            "start": 838151241,
            "stop": 838153988
        },
        {
            "start": 838155575,
            "stop": 838174533
        },
        {
            "start": 838175229,
            "stop": 838238578
        },
        {
            "start": 838240368,
            "stop": 838257960
        },
        {
            "start": 838259648,
            "stop": 838295024
        },
        {
            "start": 838297278,
            "stop": 838299000
        },
        {
            "start": 838300422,
            "stop": 838307251
        },
        {
            "start": 838307719,
            "stop": 838325712
        },
        {
            "start": 838328603,
            "stop": 838336522
        },
        {
            "start": 838338210,
            "stop": 838373694
        },
        {
            "start": 838375114,
            "stop": 838399520
        },
        {
            "start": 838401469,
            "stop": 838406370
        }
    ]
}