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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=89",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=87",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 88,
    "results": [
        {
            "start": 827280304,
            "stop": 827291855
        },
        {
            "start": 827294895,
            "stop": 827332358
        },
        {
            "start": 827332359,
            "stop": 827352934
        },
        {
            "start": 827354685,
            "stop": 827355923
        },
        {
            "start": 827356458,
            "stop": 827364324
        },
        {
            "start": 827370304,
            "stop": 827370444
        },
        {
            "start": 827371463,
            "stop": 827373577
        },
        {
            "start": 827377783,
            "stop": 827378568
        },
        {
            "start": 827385358,
            "stop": 827385424
        },
        {
            "start": 827387164,
            "stop": 827424038
        },
        {
            "start": 827424039,
            "stop": 827459095
        },
        {
            "start": 827459097,
            "stop": 827459607
        },
        {
            "start": 827459609,
            "stop": 827462019
        },
        {
            "start": 827462762,
            "stop": 827465071
        },
        {
            "start": 827465785,
            "stop": 827466440
        },
        {
            "start": 827467529,
            "stop": 827503821
        },
        {
            "start": 827504769,
            "stop": 827512939
        },
        {
            "start": 827514491,
            "stop": 827514936
        },
        {
            "start": 827515256,
            "stop": 827515340
        },
        {
            "start": 827515740,
            "stop": 827516195
        }
    ]
}