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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=73",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=71",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 72,
    "results": [
        {
            "start": 817859009,
            "stop": 817859261
        },
        {
            "start": 817859264,
            "stop": 817859405
        },
        {
            "start": 817859407,
            "stop": 817859641
        },
        {
            "start": 817859644,
            "stop": 817859851
        },
        {
            "start": 817859854,
            "stop": 817859855
        },
        {
            "start": 817859858,
            "stop": 817859943
        },
        {
            "start": 817859947,
            "stop": 817859972
        },
        {
            "start": 817859974,
            "stop": 817860041
        },
        {
            "start": 817860044,
            "stop": 817860045
        },
        {
            "start": 817860051,
            "stop": 817860052
        },
        {
            "start": 817860055,
            "stop": 817860157
        },
        {
            "start": 817860160,
            "stop": 817860177
        },
        {
            "start": 817860182,
            "stop": 817860373
        },
        {
            "start": 817861292,
            "stop": 817861398
        },
        {
            "start": 817861404,
            "stop": 817861569
        },
        {
            "start": 817861571,
            "stop": 817861572
        },
        {
            "start": 817861575,
            "stop": 817861730
        },
        {
            "start": 817861733,
            "stop": 817861801
        },
        {
            "start": 817861804,
            "stop": 817862117
        },
        {
            "start": 817862120,
            "stop": 817863272
        }
    ]
}