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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=467",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=465",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 466,
    "results": [
        {
            "start": 874267336,
            "stop": 874271940
        },
        {
            "start": 874271961,
            "stop": 874272593
        },
        {
            "start": 874274080,
            "stop": 874275142
        },
        {
            "start": 874276610,
            "stop": 874281505
        },
        {
            "start": 874281630,
            "stop": 874283453
        },
        {
            "start": 874283533,
            "stop": 874295070
        },
        {
            "start": 874295130,
            "stop": 874300689
        },
        {
            "start": 874300707,
            "stop": 874313167
        },
        {
            "start": 874314647,
            "stop": 874316641
        },
        {
            "start": 874318403,
            "stop": 874332450
        },
        {
            "start": 874332510,
            "stop": 874332996
        },
        {
            "start": 874333015,
            "stop": 874340680
        },
        {
            "start": 874341390,
            "stop": 874342378
        },
        {
            "start": 874342587,
            "stop": 874342949
        },
        {
            "start": 874342969,
            "stop": 874343280
        },
        {
            "start": 874343340,
            "stop": 874345486
        },
        {
            "start": 874345560,
            "stop": 874347630
        },
        {
            "start": 874348852,
            "stop": 874349476
        },
        {
            "start": 874350418,
            "stop": 874352463
        },
        {
            "start": 874355523,
            "stop": 874358452
        }
    ]
}