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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=49",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=47",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 48,
    "results": [
        {
            "start": 816937476,
            "stop": 816937680
        },
        {
            "start": 816937687,
            "stop": 816940286
        },
        {
            "start": 816940293,
            "stop": 816941426
        },
        {
            "start": 816941435,
            "stop": 816941448
        },
        {
            "start": 816941457,
            "stop": 816941481
        },
        {
            "start": 816941488,
            "stop": 816941516
        },
        {
            "start": 816941523,
            "stop": 816941547
        },
        {
            "start": 816941555,
            "stop": 816941556
        },
        {
            "start": 816941563,
            "stop": 816941593
        },
        {
            "start": 816941600,
            "stop": 816941601
        },
        {
            "start": 816941610,
            "stop": 816941626
        },
        {
            "start": 816941640,
            "stop": 816941652
        },
        {
            "start": 816941660,
            "stop": 816941670
        },
        {
            "start": 816941910,
            "stop": 816941988
        },
        {
            "start": 816941996,
            "stop": 816942078
        },
        {
            "start": 816942326,
            "stop": 816942350
        },
        {
            "start": 816942358,
            "stop": 816942359
        },
        {
            "start": 816942366,
            "stop": 816942368
        },
        {
            "start": 816942419,
            "stop": 816943101
        },
        {
            "start": 816943109,
            "stop": 816943560
        }
    ]
}