Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=57
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=58",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=56",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 57,
    "results": [
        {
            "start": 932072692,
            "stop": 932072697
        },
        {
            "start": 932072699,
            "stop": 932072700
        },
        {
            "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
        }
    ]
}