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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=128",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=126",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 127,
    "results": [
        {
            "start": 931345665,
            "stop": 931345666
        },
        {
            "start": 931345675,
            "stop": 931345676
        },
        {
            "start": 931345713,
            "stop": 931345714
        },
        {
            "start": 931345789,
            "stop": 931345790
        },
        {
            "start": 931345822,
            "stop": 931345823
        },
        {
            "start": 931345836,
            "stop": 931345837
        },
        {
            "start": 931345842,
            "stop": 931345843
        },
        {
            "start": 931345876,
            "stop": 931345877
        },
        {
            "start": 931345890,
            "stop": 931345891
        },
        {
            "start": 931345960,
            "stop": 931345961
        },
        {
            "start": 931345994,
            "stop": 931345995
        },
        {
            "start": 931346027,
            "stop": 931346028
        },
        {
            "start": 931346049,
            "stop": 931346050
        },
        {
            "start": 931346072,
            "stop": 931346073
        },
        {
            "start": 931346087,
            "stop": 931346088
        },
        {
            "start": 931346091,
            "stop": 931346092
        },
        {
            "start": 931346101,
            "stop": 931346102
        },
        {
            "start": 931346124,
            "stop": 931346125
        },
        {
            "start": 931346143,
            "stop": 931346144
        },
        {
            "start": 931346160,
            "stop": 931346161
        }
    ]
}