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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8168",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8166",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8167,
    "results": [
        {
            "start": 971005914,
            "stop": 971005925
        },
        {
            "start": 971005928,
            "stop": 971005956
        },
        {
            "start": 971005959,
            "stop": 971005965
        },
        {
            "start": 971005970,
            "stop": 971006050
        },
        {
            "start": 971006053,
            "stop": 971006060
        },
        {
            "start": 971006063,
            "stop": 971006088
        },
        {
            "start": 971006091,
            "stop": 971006112
        },
        {
            "start": 971006115,
            "stop": 971006140
        },
        {
            "start": 971006143,
            "stop": 971006180
        },
        {
            "start": 971006183,
            "stop": 971006241
        },
        {
            "start": 971006244,
            "stop": 971006248
        },
        {
            "start": 971006251,
            "stop": 971006272
        },
        {
            "start": 971006275,
            "stop": 971006277
        },
        {
            "start": 971006280,
            "stop": 971006285
        },
        {
            "start": 971006288,
            "stop": 971006308
        },
        {
            "start": 971006311,
            "stop": 971006324
        },
        {
            "start": 971006327,
            "stop": 971006357
        },
        {
            "start": 971006360,
            "stop": 971006387
        },
        {
            "start": 971006390,
            "stop": 971006391
        },
        {
            "start": 971006394,
            "stop": 971006397
        }
    ]
}