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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=35",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=33",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 34,
    "results": [
        {
            "start": 816466747,
            "stop": 816466783
        },
        {
            "start": 816466800,
            "stop": 816466803
        },
        {
            "start": 816466830,
            "stop": 816466876
        },
        {
            "start": 816466901,
            "stop": 816467006
        },
        {
            "start": 816467029,
            "stop": 816467048
        },
        {
            "start": 816467068,
            "stop": 816467081
        },
        {
            "start": 816467121,
            "stop": 816467140
        },
        {
            "start": 816467183,
            "stop": 816467630
        },
        {
            "start": 816467683,
            "stop": 816467694
        },
        {
            "start": 816467715,
            "stop": 816467757
        },
        {
            "start": 816467778,
            "stop": 816467899
        },
        {
            "start": 816467944,
            "stop": 816467953
        },
        {
            "start": 816467974,
            "stop": 816468135
        },
        {
            "start": 816468204,
            "stop": 816468316
        },
        {
            "start": 816468356,
            "stop": 816468370
        },
        {
            "start": 816468390,
            "stop": 816468432
        },
        {
            "start": 816468469,
            "stop": 816468572
        },
        {
            "start": 816468592,
            "stop": 816468634
        },
        {
            "start": 816468665,
            "stop": 816468680
        },
        {
            "start": 816468699,
            "stop": 816468761
        }
    ]
}