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_CBCLOW_CAT4/segments?format=api&page=17
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=18",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=16",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 17,
    "results": [
        {
            "start": 931114826,
            "stop": 931114827
        },
        {
            "start": 931114831,
            "stop": 931114843
        },
        {
            "start": 931114849,
            "stop": 931114856
        },
        {
            "start": 931114858,
            "stop": 931114869
        },
        {
            "start": 931114871,
            "stop": 931114881
        },
        {
            "start": 931114883,
            "stop": 931114892
        },
        {
            "start": 931114898,
            "stop": 931114901
        },
        {
            "start": 931114903,
            "stop": 931114922
        },
        {
            "start": 931114924,
            "stop": 931114930
        },
        {
            "start": 931114936,
            "stop": 931114942
        },
        {
            "start": 931114946,
            "stop": 931114949
        },
        {
            "start": 931114951,
            "stop": 931114956
        },
        {
            "start": 931114961,
            "stop": 931114968
        },
        {
            "start": 931114970,
            "stop": 931114977
        },
        {
            "start": 931114980,
            "stop": 931114996
        },
        {
            "start": 931114998,
            "stop": 931115001
        },
        {
            "start": 931115003,
            "stop": 931115005
        },
        {
            "start": 931115007,
            "stop": 931115047
        },
        {
            "start": 931115049,
            "stop": 931115054
        },
        {
            "start": 931115059,
            "stop": 931115067
        }
    ]
}