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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2086",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2084",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2085,
    "results": [
        {
            "start": 871137296,
            "stop": 871138940
        },
        {
            "start": 871180563,
            "stop": 871181719
        },
        {
            "start": 871181725,
            "stop": 871183017
        },
        {
            "start": 871183046,
            "stop": 871183054
        },
        {
            "start": 871183783,
            "stop": 871199076
        },
        {
            "start": 871199094,
            "stop": 871200605
        },
        {
            "start": 871200623,
            "stop": 871201115
        },
        {
            "start": 871201774,
            "stop": 871210800
        },
        {
            "start": 871210860,
            "stop": 871211100
        },
        {
            "start": 871211160,
            "stop": 871212000
        },
        {
            "start": 871212060,
            "stop": 871218015
        },
        {
            "start": 871218032,
            "stop": 871218175
        },
        {
            "start": 871218194,
            "stop": 871218260
        },
        {
            "start": 871218279,
            "stop": 871218321
        },
        {
            "start": 871218340,
            "stop": 871218442
        },
        {
            "start": 871218461,
            "stop": 871220924
        },
        {
            "start": 871222143,
            "stop": 871225166
        },
        {
            "start": 871225186,
            "stop": 871228260
        },
        {
            "start": 871228320,
            "stop": 871228382
        },
        {
            "start": 871228600,
            "stop": 871229669
        }
    ]
}