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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=60",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=58",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 59,
    "results": [
        {
            "start": 932072701,
            "stop": 932072703
        },
        {
            "start": 932072704,
            "stop": 932072705
        },
        {
            "start": 932072708,
            "stop": 932072710
        },
        {
            "start": 932072713,
            "stop": 932072714
        },
        {
            "start": 932072715,
            "stop": 932072721
        },
        {
            "start": 932072724,
            "stop": 932072727
        },
        {
            "start": 932072728,
            "stop": 932072731
        },
        {
            "start": 932072736,
            "stop": 932072737
        },
        {
            "start": 932072738,
            "stop": 932072739
        },
        {
            "start": 932072741,
            "stop": 932072746
        },
        {
            "start": 932072747,
            "stop": 932072748
        },
        {
            "start": 932072749,
            "stop": 932072757
        },
        {
            "start": 932072758,
            "stop": 932072763
        },
        {
            "start": 932072784,
            "stop": 932072785
        },
        {
            "start": 932072804,
            "stop": 932072813
        },
        {
            "start": 932072817,
            "stop": 932072819
        },
        {
            "start": 932072821,
            "stop": 932072827
        },
        {
            "start": 932072828,
            "stop": 932072832
        },
        {
            "start": 932072837,
            "stop": 932072847
        },
        {
            "start": 932072849,
            "stop": 932072852
        }
    ]
}