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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=19",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=17",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 18,
    "results": [
        {
            "start": 931161321,
            "stop": 931161545
        },
        {
            "start": 931161551,
            "stop": 931161651
        },
        {
            "start": 931161657,
            "stop": 931161793
        },
        {
            "start": 931161802,
            "stop": 931161834
        },
        {
            "start": 931161840,
            "stop": 931161849
        },
        {
            "start": 931161855,
            "stop": 931161877
        },
        {
            "start": 931161896,
            "stop": 931161927
        },
        {
            "start": 931161939,
            "stop": 931161967
        },
        {
            "start": 931161972,
            "stop": 931161987
        },
        {
            "start": 931161997,
            "stop": 931162098
        },
        {
            "start": 931162104,
            "stop": 931162686
        },
        {
            "start": 931162692,
            "stop": 931162697
        },
        {
            "start": 931162702,
            "stop": 931162999
        },
        {
            "start": 931163005,
            "stop": 931163126
        },
        {
            "start": 931163132,
            "stop": 931163155
        },
        {
            "start": 931163177,
            "stop": 931163342
        },
        {
            "start": 931163348,
            "stop": 931163368
        },
        {
            "start": 931163374,
            "stop": 931163694
        },
        {
            "start": 931163702,
            "stop": 931163714
        },
        {
            "start": 931163720,
            "stop": 931163896
        }
    ]
}