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=495
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=496",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=494",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 495,
    "results": [
        {
            "start": 822668356,
            "stop": 822668382
        },
        {
            "start": 822668394,
            "stop": 822668411
        },
        {
            "start": 822695327,
            "stop": 822695728
        },
        {
            "start": 822695735,
            "stop": 822696050
        },
        {
            "start": 822696065,
            "stop": 822696141
        },
        {
            "start": 822696148,
            "stop": 822696921
        },
        {
            "start": 822696928,
            "stop": 822696935
        },
        {
            "start": 822698006,
            "stop": 822698435
        },
        {
            "start": 822698512,
            "stop": 822714135
        },
        {
            "start": 822714151,
            "stop": 822714395
        },
        {
            "start": 822715671,
            "stop": 822723572
        },
        {
            "start": 822723580,
            "stop": 822725837
        },
        {
            "start": 822726759,
            "stop": 822731617
        },
        {
            "start": 822731625,
            "stop": 822732749
        },
        {
            "start": 822733223,
            "stop": 822734971
        },
        {
            "start": 822737091,
            "stop": 822737941
        },
        {
            "start": 822738938,
            "stop": 822742349
        },
        {
            "start": 822742356,
            "stop": 822758230
        },
        {
            "start": 822773440,
            "stop": 822777759
        },
        {
            "start": 822777769,
            "stop": 822790617
        }
    ]
}