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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=69",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=67",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 68,
    "results": [
        {
            "start": 931451062,
            "stop": 931451109
        },
        {
            "start": 931451127,
            "stop": 931451197
        },
        {
            "start": 931451200,
            "stop": 931451256
        },
        {
            "start": 931451274,
            "stop": 931451276
        },
        {
            "start": 931451293,
            "stop": 931451369
        },
        {
            "start": 931451399,
            "stop": 931451421
        },
        {
            "start": 931451423,
            "stop": 931451597
        },
        {
            "start": 931451627,
            "stop": 931451661
        },
        {
            "start": 931451679,
            "stop": 931451732
        },
        {
            "start": 931451749,
            "stop": 931451768
        },
        {
            "start": 931451785,
            "stop": 931451821
        },
        {
            "start": 931451844,
            "stop": 931451866
        },
        {
            "start": 931451884,
            "stop": 931451934
        },
        {
            "start": 931451952,
            "stop": 931452022
        },
        {
            "start": 931452040,
            "stop": 931452052
        },
        {
            "start": 931452070,
            "stop": 931452071
        },
        {
            "start": 931452090,
            "stop": 931452172
        },
        {
            "start": 931452174,
            "stop": 931452187
        },
        {
            "start": 931452204,
            "stop": 931452229
        },
        {
            "start": 931452261,
            "stop": 931452425
        }
    ]
}