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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=98",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=96",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 97,
    "results": [
        {
            "start": 816678816,
            "stop": 816678817
        },
        {
            "start": 816678829,
            "stop": 816679125
        },
        {
            "start": 816679129,
            "stop": 816679151
        },
        {
            "start": 816679155,
            "stop": 816679160
        },
        {
            "start": 816679168,
            "stop": 816679177
        },
        {
            "start": 816679186,
            "stop": 816679217
        },
        {
            "start": 816679225,
            "stop": 816679276
        },
        {
            "start": 816679280,
            "stop": 816679284
        },
        {
            "start": 816679288,
            "stop": 816679360
        },
        {
            "start": 816679363,
            "stop": 816679364
        },
        {
            "start": 816679393,
            "stop": 816679543
        },
        {
            "start": 816679547,
            "stop": 816679562
        },
        {
            "start": 816679571,
            "stop": 816679575
        },
        {
            "start": 816679594,
            "stop": 816679599
        },
        {
            "start": 816679609,
            "stop": 816679615
        },
        {
            "start": 816679619,
            "stop": 816679677
        },
        {
            "start": 816679707,
            "stop": 816679772
        },
        {
            "start": 816679780,
            "stop": 816679799
        },
        {
            "start": 816679835,
            "stop": 816679868
        },
        {
            "start": 816679875,
            "stop": 816679878
        }
    ]
}