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=2099
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=2100",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2098",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2099,
    "results": [
        {
            "start": 871827579,
            "stop": 871827580
        },
        {
            "start": 871827615,
            "stop": 871827656
        },
        {
            "start": 871827675,
            "stop": 871827691
        },
        {
            "start": 871827725,
            "stop": 871827779
        },
        {
            "start": 871827798,
            "stop": 871827859
        },
        {
            "start": 871827878,
            "stop": 871827884
        },
        {
            "start": 871836347,
            "stop": 871836577
        },
        {
            "start": 871836596,
            "stop": 871839176
        },
        {
            "start": 871839297,
            "stop": 871843500
        },
        {
            "start": 871843560,
            "stop": 871844280
        },
        {
            "start": 871844340,
            "stop": 871845111
        },
        {
            "start": 871845134,
            "stop": 871845360
        },
        {
            "start": 871845443,
            "stop": 871845447
        },
        {
            "start": 871845481,
            "stop": 871845522
        },
        {
            "start": 871845548,
            "stop": 871845567
        },
        {
            "start": 871845586,
            "stop": 871845599
        },
        {
            "start": 871845634,
            "stop": 871845688
        },
        {
            "start": 871845763,
            "stop": 871845964
        },
        {
            "start": 871846002,
            "stop": 871846004
        },
        {
            "start": 871846031,
            "stop": 871846415
        }
    ]
}