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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=309",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=307",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 308,
    "results": [
        {
            "start": 820944046,
            "stop": 820944064
        },
        {
            "start": 820963939,
            "stop": 820964221
        },
        {
            "start": 820964239,
            "stop": 820964850
        },
        {
            "start": 820964853,
            "stop": 820965505
        },
        {
            "start": 820965508,
            "stop": 820965966
        },
        {
            "start": 820965969,
            "stop": 820966391
        },
        {
            "start": 820966394,
            "stop": 820966460
        },
        {
            "start": 820967628,
            "stop": 820968187
        },
        {
            "start": 820968190,
            "stop": 820968775
        },
        {
            "start": 820968778,
            "stop": 820968791
        },
        {
            "start": 820968808,
            "stop": 820968820
        },
        {
            "start": 820968823,
            "stop": 820969364
        },
        {
            "start": 820969367,
            "stop": 820969585
        },
        {
            "start": 820969588,
            "stop": 820969667
        },
        {
            "start": 820969670,
            "stop": 820970408
        },
        {
            "start": 820970411,
            "stop": 820970610
        },
        {
            "start": 820970613,
            "stop": 820970687
        },
        {
            "start": 820970690,
            "stop": 820971233
        },
        {
            "start": 820971236,
            "stop": 820971729
        },
        {
            "start": 820971732,
            "stop": 820972085
        }
    ]
}