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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=21",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=19",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 20,
    "results": [
        {
            "start": 815387195,
            "stop": 815388101
        },
        {
            "start": 815388118,
            "stop": 815388228
        },
        {
            "start": 815388245,
            "stop": 815388534
        },
        {
            "start": 815388558,
            "stop": 815388946
        },
        {
            "start": 815388963,
            "stop": 815389730
        },
        {
            "start": 815389747,
            "stop": 815392300
        },
        {
            "start": 815392317,
            "stop": 815393049
        },
        {
            "start": 815393066,
            "stop": 815394208
        },
        {
            "start": 815395535,
            "stop": 815395905
        },
        {
            "start": 815395922,
            "stop": 815396488
        },
        {
            "start": 815396505,
            "stop": 815397626
        },
        {
            "start": 815397629,
            "stop": 815397755
        },
        {
            "start": 815397772,
            "stop": 815399062
        },
        {
            "start": 815399081,
            "stop": 815399723
        },
        {
            "start": 815399740,
            "stop": 815399991
        },
        {
            "start": 815400008,
            "stop": 815401031
        },
        {
            "start": 815401048,
            "stop": 815401708
        },
        {
            "start": 815401725,
            "stop": 815401917
        },
        {
            "start": 815401934,
            "stop": 815402002
        },
        {
            "start": 815402019,
            "stop": 815402757
        }
    ]
}