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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=532",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=530",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 531,
    "results": [
        {
            "start": 828706279,
            "stop": 828711167
        },
        {
            "start": 828711441,
            "stop": 828711786
        },
        {
            "start": 828712147,
            "stop": 828712767
        },
        {
            "start": 828714159,
            "stop": 828714439
        },
        {
            "start": 828715894,
            "stop": 828718013
        },
        {
            "start": 828719339,
            "stop": 828719497
        },
        {
            "start": 828719634,
            "stop": 828722291
        },
        {
            "start": 828747618,
            "stop": 828750141
        },
        {
            "start": 828750854,
            "stop": 828753364
        },
        {
            "start": 828754115,
            "stop": 828757123
        },
        {
            "start": 828757904,
            "stop": 828758453
        },
        {
            "start": 828760045,
            "stop": 828796461
        },
        {
            "start": 828797128,
            "stop": 828797957
        },
        {
            "start": 828798316,
            "stop": 828798862
        },
        {
            "start": 828833441,
            "stop": 828839791
        },
        {
            "start": 828840154,
            "stop": 828888936
        },
        {
            "start": 828888942,
            "stop": 828889475
        },
        {
            "start": 828889549,
            "stop": 828889838
        },
        {
            "start": 828889843,
            "stop": 828889944
        },
        {
            "start": 828889949,
            "stop": 828893935
        }
    ]
}