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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8667",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8665",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8666,
    "results": [
        {
            "start": 871762094,
            "stop": 871762795
        },
        {
            "start": 871762812,
            "stop": 871763051
        },
        {
            "start": 871763068,
            "stop": 871763643
        },
        {
            "start": 871763650,
            "stop": 871763729
        },
        {
            "start": 871763746,
            "stop": 871764092
        },
        {
            "start": 871764227,
            "stop": 871764380
        },
        {
            "start": 871764397,
            "stop": 871764410
        },
        {
            "start": 871764490,
            "stop": 871764632
        },
        {
            "start": 871764663,
            "stop": 871764668
        },
        {
            "start": 871764685,
            "stop": 871764720
        },
        {
            "start": 871764923,
            "stop": 871764956
        },
        {
            "start": 871767130,
            "stop": 871767239
        },
        {
            "start": 871767256,
            "stop": 871767364
        },
        {
            "start": 871767381,
            "stop": 871767599
        },
        {
            "start": 871767616,
            "stop": 871767705
        },
        {
            "start": 871767780,
            "stop": 871768618
        },
        {
            "start": 871768644,
            "stop": 871768654
        },
        {
            "start": 871768673,
            "stop": 871768860
        },
        {
            "start": 871768920,
            "stop": 871768954
        },
        {
            "start": 871768971,
            "stop": 871769221
        }
    ]
}