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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=119",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=117",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 118,
    "results": [
        {
            "start": 846049150,
            "stop": 846092302
        },
        {
            "start": 846092536,
            "stop": 846094370
        },
        {
            "start": 846094502,
            "stop": 846095573
        },
        {
            "start": 846098927,
            "stop": 846101668
        },
        {
            "start": 846101830,
            "stop": 846106906
        },
        {
            "start": 846107955,
            "stop": 846116759
        },
        {
            "start": 846117148,
            "stop": 846142956
        },
        {
            "start": 846144349,
            "stop": 846173276
        },
        {
            "start": 846174914,
            "stop": 846176126
        },
        {
            "start": 846176293,
            "stop": 846192700
        },
        {
            "start": 846193492,
            "stop": 846194779
        },
        {
            "start": 846194908,
            "stop": 846195182
        },
        {
            "start": 846197974,
            "stop": 846198057
        },
        {
            "start": 846200358,
            "stop": 846201882
        },
        {
            "start": 846202530,
            "stop": 846202652
        },
        {
            "start": 846202994,
            "stop": 846255401
        },
        {
            "start": 846255515,
            "stop": 846264427
        },
        {
            "start": 846264499,
            "stop": 846267841
        },
        {
            "start": 846267914,
            "stop": 846268865
        },
        {
            "start": 846269030,
            "stop": 846269463
        }
    ]
}