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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=9",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=7",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 8,
    "results": [
        {
            "start": 817698771,
            "stop": 817700668
        },
        {
            "start": 817701405,
            "stop": 817707689
        },
        {
            "start": 817708401,
            "stop": 817714727
        },
        {
            "start": 817716248,
            "stop": 817719115
        },
        {
            "start": 817720367,
            "stop": 817722831
        },
        {
            "start": 817723413,
            "stop": 817754577
        },
        {
            "start": 817756611,
            "stop": 817781843
        },
        {
            "start": 817784709,
            "stop": 817821614
        },
        {
            "start": 817822357,
            "stop": 817824906
        },
        {
            "start": 817827309,
            "stop": 817852415
        },
        {
            "start": 817855011,
            "stop": 817915254
        },
        {
            "start": 817938329,
            "stop": 817943838
        },
        {
            "start": 817944483,
            "stop": 817953006
        },
        {
            "start": 817953663,
            "stop": 818012239
        },
        {
            "start": 818019228,
            "stop": 818019920
        },
        {
            "start": 818025019,
            "stop": 818027480
        },
        {
            "start": 818030253,
            "stop": 818034379
        },
        {
            "start": 818035138,
            "stop": 818059320
        },
        {
            "start": 818060900,
            "stop": 818068489
        },
        {
            "start": 818069674,
            "stop": 818077216
        }
    ]
}