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=9943
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=9944",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9942",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9943,
    "results": [
        {
            "start": 871182438,
            "stop": 871182630
        },
        {
            "start": 871183783,
            "stop": 871185986
        },
        {
            "start": 871186003,
            "stop": 871186562
        },
        {
            "start": 871186579,
            "stop": 871187222
        },
        {
            "start": 871187239,
            "stop": 871187533
        },
        {
            "start": 871187550,
            "stop": 871188226
        },
        {
            "start": 871188243,
            "stop": 871189627
        },
        {
            "start": 871189644,
            "stop": 871190489
        },
        {
            "start": 871190505,
            "stop": 871190506
        },
        {
            "start": 871190523,
            "stop": 871191018
        },
        {
            "start": 871191035,
            "stop": 871191066
        },
        {
            "start": 871191083,
            "stop": 871191617
        },
        {
            "start": 871191634,
            "stop": 871193555
        },
        {
            "start": 871193572,
            "stop": 871196613
        },
        {
            "start": 871196630,
            "stop": 871197747
        },
        {
            "start": 871197764,
            "stop": 871199076
        },
        {
            "start": 871199111,
            "stop": 871199396
        },
        {
            "start": 871199413,
            "stop": 871199588
        },
        {
            "start": 871199605,
            "stop": 871200605
        },
        {
            "start": 871200640,
            "stop": 871200750
        }
    ]
}