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=68
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=69",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=67",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 68,
    "results": [
        {
            "start": 830880871,
            "stop": 830881246
        },
        {
            "start": 830882199,
            "stop": 830882796
        },
        {
            "start": 830883755,
            "stop": 830889198
        },
        {
            "start": 830889803,
            "stop": 830892713
        },
        {
            "start": 830893863,
            "stop": 830895313
        },
        {
            "start": 830897036,
            "stop": 830904875
        },
        {
            "start": 830906551,
            "stop": 830906746
        },
        {
            "start": 830907462,
            "stop": 830985459
        },
        {
            "start": 830987086,
            "stop": 830987126
        },
        {
            "start": 830987210,
            "stop": 831056866
        },
        {
            "start": 831058657,
            "stop": 831065007
        },
        {
            "start": 831066839,
            "stop": 831096938
        },
        {
            "start": 831098814,
            "stop": 831104682
        },
        {
            "start": 831105436,
            "stop": 831105481
        },
        {
            "start": 831105508,
            "stop": 831134434
        },
        {
            "start": 831138844,
            "stop": 831144506
        },
        {
            "start": 831144670,
            "stop": 831145026
        },
        {
            "start": 831145250,
            "stop": 831145924
        },
        {
            "start": 831146082,
            "stop": 831147033
        },
        {
            "start": 831148670,
            "stop": 831153028
        }
    ]
}