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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=84",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=82",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 83,
    "results": [
        {
            "start": 931291363,
            "stop": 931291375
        },
        {
            "start": 931292182,
            "stop": 931293816
        },
        {
            "start": 931316529,
            "stop": 931316533
        },
        {
            "start": 931316535,
            "stop": 931316539
        },
        {
            "start": 931316542,
            "stop": 931316543
        },
        {
            "start": 931316554,
            "stop": 931316559
        },
        {
            "start": 931316561,
            "stop": 931316563
        },
        {
            "start": 931316565,
            "stop": 931316569
        },
        {
            "start": 931316571,
            "stop": 931316575
        },
        {
            "start": 931316578,
            "stop": 931316591
        },
        {
            "start": 931316595,
            "stop": 931316599
        },
        {
            "start": 931316601,
            "stop": 931316607
        },
        {
            "start": 931316609,
            "stop": 931316610
        },
        {
            "start": 931316614,
            "stop": 931316617
        },
        {
            "start": 931316620,
            "stop": 931316621
        },
        {
            "start": 931316631,
            "stop": 931316636
        },
        {
            "start": 931316645,
            "stop": 931316650
        },
        {
            "start": 931316658,
            "stop": 931316659
        },
        {
            "start": 931316663,
            "stop": 931316666
        },
        {
            "start": 931316669,
            "stop": 931316673
        }
    ]
}