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=201
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=202",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=200",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 201,
    "results": [
        {
            "start": 817697610,
            "stop": 817697716
        },
        {
            "start": 817697738,
            "stop": 817697763
        },
        {
            "start": 817697786,
            "stop": 817697856
        },
        {
            "start": 817697896,
            "stop": 817698021
        },
        {
            "start": 817698042,
            "stop": 817698067
        },
        {
            "start": 817698135,
            "stop": 817698169
        },
        {
            "start": 817698196,
            "stop": 817698219
        },
        {
            "start": 817698259,
            "stop": 817698384
        },
        {
            "start": 817698403,
            "stop": 817698455
        },
        {
            "start": 817700022,
            "stop": 817700039
        },
        {
            "start": 817700058,
            "stop": 817700069
        },
        {
            "start": 817704087,
            "stop": 817704214
        },
        {
            "start": 817704236,
            "stop": 817704565
        },
        {
            "start": 817704584,
            "stop": 817704591
        },
        {
            "start": 817704612,
            "stop": 817704702
        },
        {
            "start": 817704840,
            "stop": 817704881
        },
        {
            "start": 817704901,
            "stop": 817704929
        },
        {
            "start": 817704952,
            "stop": 817705012
        },
        {
            "start": 817705045,
            "stop": 817705076
        },
        {
            "start": 817705120,
            "stop": 817705132
        }
    ]
}