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=50
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=51",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=49",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 50,
    "results": [
        {
            "start": 931353891,
            "stop": 931353909
        },
        {
            "start": 931353915,
            "stop": 931354017
        },
        {
            "start": 931354022,
            "stop": 931354142
        },
        {
            "start": 931354148,
            "stop": 931354202
        },
        {
            "start": 931357989,
            "stop": 931358010
        },
        {
            "start": 931358018,
            "stop": 931358019
        },
        {
            "start": 931358246,
            "stop": 931358248
        },
        {
            "start": 931358274,
            "stop": 931358279
        },
        {
            "start": 931358284,
            "stop": 931358299
        },
        {
            "start": 931358304,
            "stop": 931358306
        },
        {
            "start": 931358312,
            "stop": 931358314
        },
        {
            "start": 931358323,
            "stop": 931358334
        },
        {
            "start": 931358344,
            "stop": 931358349
        },
        {
            "start": 931358355,
            "stop": 931358424
        },
        {
            "start": 931358429,
            "stop": 931358490
        },
        {
            "start": 931358496,
            "stop": 931358513
        },
        {
            "start": 931365256,
            "stop": 931365758
        },
        {
            "start": 931365764,
            "stop": 931366403
        },
        {
            "start": 931366412,
            "stop": 931366452
        },
        {
            "start": 931366457,
            "stop": 931366530
        }
    ]
}