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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2438",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2436",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2437,
    "results": [
        {
            "start": 874080165,
            "stop": 874080274
        },
        {
            "start": 874080291,
            "stop": 874081746
        },
        {
            "start": 874081781,
            "stop": 874082570
        },
        {
            "start": 874082650,
            "stop": 874083176
        },
        {
            "start": 874083183,
            "stop": 874083297
        },
        {
            "start": 874083333,
            "stop": 874083793
        },
        {
            "start": 874083800,
            "stop": 874084707
        },
        {
            "start": 874084724,
            "stop": 874084790
        },
        {
            "start": 874084870,
            "stop": 874085497
        },
        {
            "start": 874085504,
            "stop": 874085960
        },
        {
            "start": 874085969,
            "stop": 874086050
        },
        {
            "start": 874086143,
            "stop": 874087375
        },
        {
            "start": 874087901,
            "stop": 874087920
        },
        {
            "start": 874087980,
            "stop": 874088195
        },
        {
            "start": 874088495,
            "stop": 874091445
        },
        {
            "start": 874091454,
            "stop": 874091750
        },
        {
            "start": 874091890,
            "stop": 874091930
        },
        {
            "start": 874092010,
            "stop": 874092050
        },
        {
            "start": 874092130,
            "stop": 874093278
        },
        {
            "start": 874093295,
            "stop": 874093598
        }
    ]
}