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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=56",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=54",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 55,
    "results": [
        {
            "start": 931372931,
            "stop": 931372967
        },
        {
            "start": 931372973,
            "stop": 931372977
        },
        {
            "start": 931372982,
            "stop": 931373050
        },
        {
            "start": 931373056,
            "stop": 931373164
        },
        {
            "start": 931373169,
            "stop": 931373219
        },
        {
            "start": 931373225,
            "stop": 931373475
        },
        {
            "start": 931373481,
            "stop": 931373534
        },
        {
            "start": 931373542,
            "stop": 931373581
        },
        {
            "start": 931373592,
            "stop": 931373605
        },
        {
            "start": 931373610,
            "stop": 931373885
        },
        {
            "start": 931373890,
            "stop": 931374002
        },
        {
            "start": 931374007,
            "stop": 931374123
        },
        {
            "start": 931374129,
            "stop": 931374522
        },
        {
            "start": 931374528,
            "stop": 931374530
        },
        {
            "start": 931374540,
            "stop": 931374562
        },
        {
            "start": 931374568,
            "stop": 931374573
        },
        {
            "start": 931374579,
            "stop": 931374600
        },
        {
            "start": 931374606,
            "stop": 931374614
        },
        {
            "start": 931374624,
            "stop": 931374656
        },
        {
            "start": 931374665,
            "stop": 931374686
        }
    ]
}