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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=691",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=689",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 690,
    "results": [
        {
            "start": 863202315,
            "stop": 863202450
        },
        {
            "start": 863202510,
            "stop": 863202516
        },
        {
            "start": 863203130,
            "stop": 863205198
        },
        {
            "start": 863209207,
            "stop": 863216567
        },
        {
            "start": 863217790,
            "stop": 863220718
        },
        {
            "start": 863222314,
            "stop": 863226990
        },
        {
            "start": 863227050,
            "stop": 863228420
        },
        {
            "start": 863233016,
            "stop": 863276416
        },
        {
            "start": 863294264,
            "stop": 863295206
        },
        {
            "start": 863295225,
            "stop": 863295630
        },
        {
            "start": 863296724,
            "stop": 863301750
        },
        {
            "start": 863302799,
            "stop": 863308179
        },
        {
            "start": 863308220,
            "stop": 863317374
        },
        {
            "start": 863318844,
            "stop": 863344219
        },
        {
            "start": 863345503,
            "stop": 863371784
        },
        {
            "start": 863373259,
            "stop": 863377887
        },
        {
            "start": 863378750,
            "stop": 863400953
        },
        {
            "start": 863404107,
            "stop": 863425050
        },
        {
            "start": 863425110,
            "stop": 863457764
        },
        {
            "start": 863461815,
            "stop": 863462405
        }
    ]
}