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=170
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=171",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=169",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 170,
    "results": [
        {
            "start": 817307793,
            "stop": 817307880
        },
        {
            "start": 817307899,
            "stop": 817308003
        },
        {
            "start": 817308024,
            "stop": 817308127
        },
        {
            "start": 817308146,
            "stop": 817308187
        },
        {
            "start": 817308250,
            "stop": 817308301
        },
        {
            "start": 817308307,
            "stop": 817308329
        },
        {
            "start": 817308361,
            "stop": 817308374
        },
        {
            "start": 817308395,
            "stop": 817308483
        },
        {
            "start": 817352726,
            "stop": 817353071
        },
        {
            "start": 817353090,
            "stop": 817353135
        },
        {
            "start": 817353271,
            "stop": 817353377
        },
        {
            "start": 817353396,
            "stop": 817353457
        },
        {
            "start": 817353474,
            "stop": 817354440
        },
        {
            "start": 817354457,
            "stop": 817354462
        },
        {
            "start": 817354479,
            "stop": 817354528
        },
        {
            "start": 817354545,
            "stop": 817354670
        },
        {
            "start": 817354689,
            "stop": 817354905
        },
        {
            "start": 817354922,
            "stop": 817354942
        },
        {
            "start": 817354961,
            "stop": 817355239
        },
        {
            "start": 817355258,
            "stop": 817355442
        }
    ]
}