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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=51",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=49",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 50,
    "results": [
        {
            "start": 816180155,
            "stop": 816180190
        },
        {
            "start": 816180198,
            "stop": 816180381
        },
        {
            "start": 816180388,
            "stop": 816180422
        },
        {
            "start": 816180430,
            "stop": 816180467
        },
        {
            "start": 816180475,
            "stop": 816180563
        },
        {
            "start": 816180571,
            "stop": 816180595
        },
        {
            "start": 816180602,
            "stop": 816180684
        },
        {
            "start": 816180691,
            "stop": 816180712
        },
        {
            "start": 816180719,
            "stop": 816180743
        },
        {
            "start": 816180761,
            "stop": 816180783
        },
        {
            "start": 816180791,
            "stop": 816180802
        },
        {
            "start": 816180809,
            "stop": 816180837
        },
        {
            "start": 816180844,
            "stop": 816180879
        },
        {
            "start": 816180891,
            "stop": 816180942
        },
        {
            "start": 816180949,
            "stop": 816181097
        },
        {
            "start": 816181104,
            "stop": 816181206
        },
        {
            "start": 816181220,
            "stop": 816181332
        },
        {
            "start": 816181339,
            "stop": 816181558
        },
        {
            "start": 816181565,
            "stop": 816181614
        },
        {
            "start": 816181621,
            "stop": 816181641
        }
    ]
}