Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3700
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3701",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3699",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3700,
    "results": [
        {
            "start": 873208228,
            "stop": 873208565
        },
        {
            "start": 873208582,
            "stop": 873208845
        },
        {
            "start": 873208862,
            "stop": 873208915
        },
        {
            "start": 873208934,
            "stop": 873209289
        },
        {
            "start": 873209306,
            "stop": 873209371
        },
        {
            "start": 873209389,
            "stop": 873209529
        },
        {
            "start": 873209546,
            "stop": 873210379
        },
        {
            "start": 873210397,
            "stop": 873210407
        },
        {
            "start": 873210424,
            "stop": 873210982
        },
        {
            "start": 873211012,
            "stop": 873211165
        },
        {
            "start": 873211193,
            "stop": 873211259
        },
        {
            "start": 873211277,
            "stop": 873211280
        },
        {
            "start": 873211297,
            "stop": 873211815
        },
        {
            "start": 873211832,
            "stop": 873212188
        },
        {
            "start": 873212205,
            "stop": 873213525
        },
        {
            "start": 873213542,
            "stop": 873214380
        },
        {
            "start": 873214459,
            "stop": 873214699
        },
        {
            "start": 873214717,
            "stop": 873214829
        },
        {
            "start": 873214846,
            "stop": 873215315
        },
        {
            "start": 873215332,
            "stop": 873215383
        }
    ]
}