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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1312",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1310",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1311,
    "results": [
        {
            "start": 962412915,
            "stop": 962417871
        },
        {
            "start": 962420172,
            "stop": 962421605
        },
        {
            "start": 962421720,
            "stop": 962422649
        },
        {
            "start": 962426029,
            "stop": 962431774
        },
        {
            "start": 962457950,
            "stop": 962459631
        },
        {
            "start": 962484633,
            "stop": 962485455
        },
        {
            "start": 962509470,
            "stop": 962509990
        },
        {
            "start": 962515135,
            "stop": 962535871
        },
        {
            "start": 962537826,
            "stop": 962538920
        },
        {
            "start": 962538921,
            "stop": 962540254
        },
        {
            "start": 962546096,
            "stop": 962546654
        },
        {
            "start": 962548696,
            "stop": 962548889
        },
        {
            "start": 962550125,
            "stop": 962550147
        },
        {
            "start": 962554098,
            "stop": 962555344
        },
        {
            "start": 962558740,
            "stop": 962563280
        },
        {
            "start": 962563334,
            "stop": 962563407
        },
        {
            "start": 962564003,
            "stop": 962564896
        },
        {
            "start": 962565464,
            "stop": 962567217
        },
        {
            "start": 962568759,
            "stop": 962574299
        },
        {
            "start": 962574373,
            "stop": 962574440
        }
    ]
}