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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=98",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=96",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 97,
    "results": [
        {
            "start": 839108811,
            "stop": 839121444
        },
        {
            "start": 839123462,
            "stop": 839124901
        },
        {
            "start": 839126684,
            "stop": 839127745
        },
        {
            "start": 839129233,
            "stop": 839184669
        },
        {
            "start": 839186876,
            "stop": 839193206
        },
        {
            "start": 839195441,
            "stop": 839201777
        },
        {
            "start": 839203186,
            "stop": 839229089
        },
        {
            "start": 839231980,
            "stop": 839247727
        },
        {
            "start": 839249528,
            "stop": 839254595
        },
        {
            "start": 839255514,
            "stop": 839255874
        },
        {
            "start": 839256249,
            "stop": 839256386
        },
        {
            "start": 839257559,
            "stop": 839264683
        },
        {
            "start": 839265168,
            "stop": 839267114
        },
        {
            "start": 839268240,
            "stop": 839284960
        },
        {
            "start": 839286073,
            "stop": 839296823
        },
        {
            "start": 839299144,
            "stop": 839299570
        },
        {
            "start": 839299914,
            "stop": 839300122
        },
        {
            "start": 839301258,
            "stop": 839304323
        },
        {
            "start": 839305275,
            "stop": 839305668
        },
        {
            "start": 839306654,
            "stop": 839337938
        }
    ]
}