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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=443",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=441",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 442,
    "results": [
        {
            "start": 871920236,
            "stop": 871920697
        },
        {
            "start": 871923063,
            "stop": 871927320
        },
        {
            "start": 871927380,
            "stop": 871927582
        },
        {
            "start": 871927615,
            "stop": 871928646
        },
        {
            "start": 871928668,
            "stop": 871928940
        },
        {
            "start": 871929000,
            "stop": 871931442
        },
        {
            "start": 871931448,
            "stop": 871933650
        },
        {
            "start": 871934076,
            "stop": 871936791
        },
        {
            "start": 871936860,
            "stop": 871939534
        },
        {
            "start": 871939556,
            "stop": 871945421
        },
        {
            "start": 871945440,
            "stop": 871951019
        },
        {
            "start": 871951041,
            "stop": 871963544
        },
        {
            "start": 871963563,
            "stop": 872000426
        },
        {
            "start": 872000445,
            "stop": 872008132
        },
        {
            "start": 872008151,
            "stop": 872010538
        },
        {
            "start": 872010600,
            "stop": 872014311
        },
        {
            "start": 872014380,
            "stop": 872014866
        },
        {
            "start": 872017758,
            "stop": 872018291
        },
        {
            "start": 872019291,
            "stop": 872019959
        },
        {
            "start": 872020025,
            "stop": 872020621
        }
    ]
}