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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=470",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=468",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 469,
    "results": [
        {
            "start": 874651935,
            "stop": 874665270
        },
        {
            "start": 874665330,
            "stop": 874670809
        },
        {
            "start": 874670827,
            "stop": 874687188
        },
        {
            "start": 874687298,
            "stop": 874689109
        },
        {
            "start": 874689409,
            "stop": 874695689
        },
        {
            "start": 874697253,
            "stop": 874706484
        },
        {
            "start": 874708032,
            "stop": 874721686
        },
        {
            "start": 874721704,
            "stop": 874767736
        },
        {
            "start": 874786169,
            "stop": 874786903
        },
        {
            "start": 874786921,
            "stop": 874787730
        },
        {
            "start": 874787857,
            "stop": 874788107
        },
        {
            "start": 874788125,
            "stop": 874788139
        },
        {
            "start": 874788173,
            "stop": 874788180
        },
        {
            "start": 874788240,
            "stop": 874790490
        },
        {
            "start": 874790509,
            "stop": 874790517
        },
        {
            "start": 874790541,
            "stop": 874796940
        },
        {
            "start": 874797000,
            "stop": 874801965
        },
        {
            "start": 874802689,
            "stop": 874817323
        },
        {
            "start": 874819487,
            "stop": 874845956
        },
        {
            "start": 874847419,
            "stop": 874848001
        }
    ]
}