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=114
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=115",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=113",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 114,
    "results": [
        {
            "start": 931339553,
            "stop": 931339555
        },
        {
            "start": 931339559,
            "stop": 931339565
        },
        {
            "start": 931339570,
            "stop": 931339572
        },
        {
            "start": 931339597,
            "stop": 931339598
        },
        {
            "start": 931339601,
            "stop": 931339602
        },
        {
            "start": 931339612,
            "stop": 931339614
        },
        {
            "start": 931339621,
            "stop": 931339624
        },
        {
            "start": 931339632,
            "stop": 931339633
        },
        {
            "start": 931339639,
            "stop": 931339641
        },
        {
            "start": 931339644,
            "stop": 931339646
        },
        {
            "start": 931339664,
            "stop": 931339666
        },
        {
            "start": 931339669,
            "stop": 931339670
        },
        {
            "start": 931339676,
            "stop": 931339677
        },
        {
            "start": 931339680,
            "stop": 931339681
        },
        {
            "start": 931339687,
            "stop": 931339688
        },
        {
            "start": 931339704,
            "stop": 931339706
        },
        {
            "start": 931339710,
            "stop": 931339711
        },
        {
            "start": 931339716,
            "stop": 931339717
        },
        {
            "start": 931339722,
            "stop": 931339724
        },
        {
            "start": 931339726,
            "stop": 931339727
        }
    ]
}