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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=90",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=88",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 89,
    "results": [
        {
            "start": 817801637,
            "stop": 817801689
        },
        {
            "start": 817801698,
            "stop": 817801821
        },
        {
            "start": 817801860,
            "stop": 817802068
        },
        {
            "start": 817802075,
            "stop": 817802086
        },
        {
            "start": 817802117,
            "stop": 817802195
        },
        {
            "start": 817802225,
            "stop": 817802243
        },
        {
            "start": 817802274,
            "stop": 817802321
        },
        {
            "start": 817802384,
            "stop": 817802484
        },
        {
            "start": 817802492,
            "stop": 817803079
        },
        {
            "start": 817803121,
            "stop": 817803384
        },
        {
            "start": 817803391,
            "stop": 817803404
        },
        {
            "start": 817804811,
            "stop": 817805285
        },
        {
            "start": 817805293,
            "stop": 817806165
        },
        {
            "start": 817806172,
            "stop": 817807735
        },
        {
            "start": 817807743,
            "stop": 817807967
        },
        {
            "start": 817807996,
            "stop": 817808007
        },
        {
            "start": 817808036,
            "stop": 817808130
        },
        {
            "start": 817808137,
            "stop": 817808218
        },
        {
            "start": 817808247,
            "stop": 817808315
        },
        {
            "start": 817808344,
            "stop": 817808421
        }
    ]
}