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=236
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=237",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=235",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 236,
    "results": [
        {
            "start": 817862601,
            "stop": 817862606
        },
        {
            "start": 817862611,
            "stop": 817862613
        },
        {
            "start": 817862617,
            "stop": 817862675
        },
        {
            "start": 817862694,
            "stop": 817862750
        },
        {
            "start": 817862770,
            "stop": 817862873
        },
        {
            "start": 817862876,
            "stop": 817862880
        },
        {
            "start": 817862908,
            "stop": 817862922
        },
        {
            "start": 817862926,
            "stop": 817862964
        },
        {
            "start": 817862968,
            "stop": 817863006
        },
        {
            "start": 817863026,
            "stop": 817863029
        },
        {
            "start": 817863066,
            "stop": 817863072
        },
        {
            "start": 817863076,
            "stop": 817863112
        },
        {
            "start": 817863116,
            "stop": 817863264
        },
        {
            "start": 817863283,
            "stop": 817863321
        },
        {
            "start": 817863355,
            "stop": 817863364
        },
        {
            "start": 817863408,
            "stop": 817863437
        },
        {
            "start": 817863441,
            "stop": 817863444
        },
        {
            "start": 817863475,
            "stop": 817863536
        },
        {
            "start": 817863540,
            "stop": 817863561
        },
        {
            "start": 817863564,
            "stop": 817863584
        }
    ]
}