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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7441",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7439",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7440,
    "results": [
        {
            "start": 970002130,
            "stop": 970002132
        },
        {
            "start": 970002136,
            "stop": 970002154
        },
        {
            "start": 970002157,
            "stop": 970002169
        },
        {
            "start": 970002173,
            "stop": 970002198
        },
        {
            "start": 970002210,
            "stop": 970002224
        },
        {
            "start": 970002227,
            "stop": 970002239
        },
        {
            "start": 970002319,
            "stop": 970002325
        },
        {
            "start": 970002329,
            "stop": 970002337
        },
        {
            "start": 970002340,
            "stop": 970002344
        },
        {
            "start": 970002347,
            "stop": 970002594
        },
        {
            "start": 970002600,
            "stop": 970002687
        },
        {
            "start": 970002690,
            "stop": 970002719
        },
        {
            "start": 970002799,
            "stop": 970002887
        },
        {
            "start": 970003007,
            "stop": 970003069
        },
        {
            "start": 970003072,
            "stop": 970003258
        },
        {
            "start": 970003261,
            "stop": 970004010
        },
        {
            "start": 970004013,
            "stop": 970004216
        },
        {
            "start": 970004219,
            "stop": 970004245
        },
        {
            "start": 970004249,
            "stop": 970004337
        },
        {
            "start": 970004340,
            "stop": 970004366
        }
    ]
}