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=8233
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=8234",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8232",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8233,
    "results": [
        {
            "start": 873736240,
            "stop": 873736245
        },
        {
            "start": 873736295,
            "stop": 873736316
        },
        {
            "start": 873736458,
            "stop": 873736500
        },
        {
            "start": 873736561,
            "stop": 873736566
        },
        {
            "start": 873736596,
            "stop": 873736620
        },
        {
            "start": 873736740,
            "stop": 873736917
        },
        {
            "start": 873736939,
            "stop": 873737014
        },
        {
            "start": 873737033,
            "stop": 873737049
        },
        {
            "start": 873737072,
            "stop": 873737083
        },
        {
            "start": 873737160,
            "stop": 873737196
        },
        {
            "start": 873737219,
            "stop": 873737220
        },
        {
            "start": 873737280,
            "stop": 873737340
        },
        {
            "start": 873737580,
            "stop": 873737594
        },
        {
            "start": 873737628,
            "stop": 873737640
        },
        {
            "start": 873737713,
            "stop": 873737714
        },
        {
            "start": 873737737,
            "stop": 873737769
        },
        {
            "start": 873737786,
            "stop": 873737819
        },
        {
            "start": 873738034,
            "stop": 873738042
        },
        {
            "start": 873738136,
            "stop": 873738155
        },
        {
            "start": 873738175,
            "stop": 873738180
        }
    ]
}