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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=78",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=76",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 77,
    "results": [
        {
            "start": 839708612,
            "stop": 839708839
        },
        {
            "start": 839708903,
            "stop": 839718681
        },
        {
            "start": 839719818,
            "stop": 839721979
        },
        {
            "start": 839722878,
            "stop": 839792386
        },
        {
            "start": 839793830,
            "stop": 839794456
        },
        {
            "start": 839794948,
            "stop": 839801328
        },
        {
            "start": 839802102,
            "stop": 839808223
        },
        {
            "start": 839808856,
            "stop": 839828573
        },
        {
            "start": 839829221,
            "stop": 839829297
        },
        {
            "start": 839830366,
            "stop": 839848823
        },
        {
            "start": 839849822,
            "stop": 839863881
        },
        {
            "start": 839864544,
            "stop": 839869627
        },
        {
            "start": 839874447,
            "stop": 839885327
        },
        {
            "start": 839885934,
            "stop": 839893198
        },
        {
            "start": 839893816,
            "stop": 839908115
        },
        {
            "start": 839909905,
            "stop": 839912371
        },
        {
            "start": 839913597,
            "stop": 839953832
        },
        {
            "start": 839956701,
            "stop": 839956876
        },
        {
            "start": 839956955,
            "stop": 839959371
        },
        {
            "start": 839959544,
            "stop": 839959593
        }
    ]
}