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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=324",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=322",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 323,
    "results": [
        {
            "start": 822964630,
            "stop": 822964847
        },
        {
            "start": 822964856,
            "stop": 822964880
        },
        {
            "start": 822964888,
            "stop": 822965570
        },
        {
            "start": 822965770,
            "stop": 822966493
        },
        {
            "start": 822968760,
            "stop": 822970465
        },
        {
            "start": 822970474,
            "stop": 822970758
        },
        {
            "start": 822970781,
            "stop": 822970807
        },
        {
            "start": 822970816,
            "stop": 822970832
        },
        {
            "start": 822970845,
            "stop": 822970866
        },
        {
            "start": 822970885,
            "stop": 822970941
        },
        {
            "start": 822971802,
            "stop": 822973526
        },
        {
            "start": 822973647,
            "stop": 822974893
        },
        {
            "start": 822975063,
            "stop": 822977381
        },
        {
            "start": 822977557,
            "stop": 822979285
        },
        {
            "start": 822979292,
            "stop": 822979665
        },
        {
            "start": 822979672,
            "stop": 822985592
        },
        {
            "start": 822985733,
            "stop": 822985739
        },
        {
            "start": 822985791,
            "stop": 822993529
        },
        {
            "start": 822993606,
            "stop": 822994795
        },
        {
            "start": 822994905,
            "stop": 823002733
        }
    ]
}