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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=200",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=198",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 199,
    "results": [
        {
            "start": 817693978,
            "stop": 817694075
        },
        {
            "start": 817694104,
            "stop": 817694129
        },
        {
            "start": 817694149,
            "stop": 817694160
        },
        {
            "start": 817694224,
            "stop": 817694234
        },
        {
            "start": 817694266,
            "stop": 817694292
        },
        {
            "start": 817694313,
            "stop": 817694321
        },
        {
            "start": 817694393,
            "stop": 817694402
        },
        {
            "start": 817694720,
            "stop": 817694728
        },
        {
            "start": 817694751,
            "stop": 817694754
        },
        {
            "start": 817694785,
            "stop": 817694819
        },
        {
            "start": 817694876,
            "stop": 817694936
        },
        {
            "start": 817695060,
            "stop": 817695087
        },
        {
            "start": 817695165,
            "stop": 817695182
        },
        {
            "start": 817695234,
            "stop": 817695238
        },
        {
            "start": 817695258,
            "stop": 817695277
        },
        {
            "start": 817695363,
            "stop": 817695385
        },
        {
            "start": 817695406,
            "stop": 817695435
        },
        {
            "start": 817695574,
            "stop": 817695603
        },
        {
            "start": 817695650,
            "stop": 817695673
        },
        {
            "start": 817695772,
            "stop": 817695773
        }
    ]
}