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/H2_CBCHIGH_CAT3/segments?format=api&page=4930
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=4931",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4929",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4930,
    "results": [
        {
            "start": 874326681,
            "stop": 874327041
        },
        {
            "start": 874327060,
            "stop": 874327124
        },
        {
            "start": 874327153,
            "stop": 874327157
        },
        {
            "start": 874327194,
            "stop": 874327326
        },
        {
            "start": 874327346,
            "stop": 874327810
        },
        {
            "start": 874327829,
            "stop": 874327886
        },
        {
            "start": 874327905,
            "stop": 874327937
        },
        {
            "start": 874327956,
            "stop": 874328569
        },
        {
            "start": 874328589,
            "stop": 874328933
        },
        {
            "start": 874328952,
            "stop": 874329505
        },
        {
            "start": 874329524,
            "stop": 874329552
        },
        {
            "start": 874329571,
            "stop": 874330455
        },
        {
            "start": 874330474,
            "stop": 874330641
        },
        {
            "start": 874330660,
            "stop": 874330666
        },
        {
            "start": 874330686,
            "stop": 874330908
        },
        {
            "start": 874330927,
            "stop": 874330986
        },
        {
            "start": 874331005,
            "stop": 874331215
        },
        {
            "start": 874331235,
            "stop": 874331292
        },
        {
            "start": 874331311,
            "stop": 874331312
        },
        {
            "start": 874331331,
            "stop": 874331404
        }
    ]
}