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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=576",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=574",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 575,
    "results": [
        {
            "start": 837834747,
            "stop": 837834797
        },
        {
            "start": 837836150,
            "stop": 837836418
        },
        {
            "start": 837836427,
            "stop": 837837466
        },
        {
            "start": 837837471,
            "stop": 837843259
        },
        {
            "start": 837844536,
            "stop": 837865958
        },
        {
            "start": 837867035,
            "stop": 837871591
        },
        {
            "start": 837912587,
            "stop": 837924301
        },
        {
            "start": 837925060,
            "stop": 837960166
        },
        {
            "start": 837961062,
            "stop": 837963566
        },
        {
            "start": 837963806,
            "stop": 837964145
        },
        {
            "start": 837979955,
            "stop": 837986977
        },
        {
            "start": 837986982,
            "stop": 838041821
        },
        {
            "start": 838042644,
            "stop": 838052101
        },
        {
            "start": 838052106,
            "stop": 838054254
        },
        {
            "start": 838054262,
            "stop": 838064568
        },
        {
            "start": 838065830,
            "stop": 838072251
        },
        {
            "start": 838072443,
            "stop": 838078973
        },
        {
            "start": 838079671,
            "stop": 838086383
        },
        {
            "start": 838086389,
            "stop": 838086705
        },
        {
            "start": 838086710,
            "stop": 838087183
        }
    ]
}