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=186
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=187",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=185",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 186,
    "results": [
        {
            "start": 820507028,
            "stop": 820507363
        },
        {
            "start": 820507371,
            "stop": 820507725
        },
        {
            "start": 820507870,
            "stop": 820507933
        },
        {
            "start": 820509989,
            "stop": 820510007
        },
        {
            "start": 820510014,
            "stop": 820510042
        },
        {
            "start": 820510049,
            "stop": 820510494
        },
        {
            "start": 820510508,
            "stop": 820510588
        },
        {
            "start": 820510595,
            "stop": 820510633
        },
        {
            "start": 820510674,
            "stop": 820510675
        },
        {
            "start": 820512639,
            "stop": 820512768
        },
        {
            "start": 820512782,
            "stop": 820513010
        },
        {
            "start": 820513090,
            "stop": 820513189
        },
        {
            "start": 820513197,
            "stop": 820513311
        },
        {
            "start": 820513318,
            "stop": 820514123
        },
        {
            "start": 820514144,
            "stop": 820514255
        },
        {
            "start": 820514268,
            "stop": 820514335
        },
        {
            "start": 820514350,
            "stop": 820514536
        },
        {
            "start": 820514543,
            "stop": 820514604
        },
        {
            "start": 820514618,
            "stop": 820514687
        },
        {
            "start": 820514770,
            "stop": 820515346
        }
    ]
}