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=522
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=523",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=521",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 522,
    "results": [
        {
            "start": 827256543,
            "stop": 827258396
        },
        {
            "start": 827258404,
            "stop": 827267788
        },
        {
            "start": 827268525,
            "stop": 827274981
        },
        {
            "start": 827280304,
            "stop": 827291880
        },
        {
            "start": 827294856,
            "stop": 827332358
        },
        {
            "start": 827332359,
            "stop": 827336634
        },
        {
            "start": 827336639,
            "stop": 827352963
        },
        {
            "start": 827354499,
            "stop": 827364353
        },
        {
            "start": 827370304,
            "stop": 827370472
        },
        {
            "start": 827371463,
            "stop": 827373576
        },
        {
            "start": 827373591,
            "stop": 827373606
        },
        {
            "start": 827377783,
            "stop": 827378597
        },
        {
            "start": 827385358,
            "stop": 827385453
        },
        {
            "start": 827387164,
            "stop": 827424038
        },
        {
            "start": 827424039,
            "stop": 827459094
        },
        {
            "start": 827459101,
            "stop": 827459606
        },
        {
            "start": 827459614,
            "stop": 827462048
        },
        {
            "start": 827462762,
            "stop": 827465100
        },
        {
            "start": 827465785,
            "stop": 827466469
        },
        {
            "start": 827467529,
            "stop": 827503850
        }
    ]
}