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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=14",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=12",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 13,
    "results": [
        {
            "start": 818578314,
            "stop": 818586379
        },
        {
            "start": 818587436,
            "stop": 818601884
        },
        {
            "start": 818602437,
            "stop": 818605935
        },
        {
            "start": 818605964,
            "stop": 818605966
        },
        {
            "start": 818606649,
            "stop": 818610515
        },
        {
            "start": 818610640,
            "stop": 818610658
        },
        {
            "start": 818610666,
            "stop": 818615643
        },
        {
            "start": 818618136,
            "stop": 818621272
        },
        {
            "start": 818621933,
            "stop": 818623817
        },
        {
            "start": 818624315,
            "stop": 818624502
        },
        {
            "start": 818625923,
            "stop": 818631804
        },
        {
            "start": 818633808,
            "stop": 818634052
        },
        {
            "start": 818634525,
            "stop": 818637686
        },
        {
            "start": 818638317,
            "stop": 818639055
        },
        {
            "start": 818639066,
            "stop": 818639067
        },
        {
            "start": 818639187,
            "stop": 818639523
        },
        {
            "start": 818639658,
            "stop": 818640005
        },
        {
            "start": 818640140,
            "stop": 818641043
        },
        {
            "start": 818641612,
            "stop": 818642864
        },
        {
            "start": 818642939,
            "stop": 818643213
        }
    ]
}