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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33308",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33306",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33307,
    "results": [
        {
            "start": 971010326,
            "stop": 971010331
        },
        {
            "start": 971010334,
            "stop": 971010354
        },
        {
            "start": 971010355,
            "stop": 971010357
        },
        {
            "start": 971010358,
            "stop": 971010366
        },
        {
            "start": 971010367,
            "stop": 971010370
        },
        {
            "start": 971010372,
            "stop": 971010379
        },
        {
            "start": 971010381,
            "stop": 971010388
        },
        {
            "start": 971010391,
            "stop": 971010395
        },
        {
            "start": 971010396,
            "stop": 971010402
        },
        {
            "start": 971010403,
            "stop": 971010426
        },
        {
            "start": 971010429,
            "stop": 971010436
        },
        {
            "start": 971010437,
            "stop": 971010448
        },
        {
            "start": 971010449,
            "stop": 971010460
        },
        {
            "start": 971010461,
            "stop": 971010467
        },
        {
            "start": 971010471,
            "stop": 971010478
        },
        {
            "start": 971010479,
            "stop": 971010486
        },
        {
            "start": 971010489,
            "stop": 971010507
        },
        {
            "start": 971010508,
            "stop": 971010516
        },
        {
            "start": 971010517,
            "stop": 971010531
        },
        {
            "start": 971010532,
            "stop": 971010539
        }
    ]
}