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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=430",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=428",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 429,
    "results": [
        {
            "start": 856307913,
            "stop": 856308810
        },
        {
            "start": 856309775,
            "stop": 856317614
        },
        {
            "start": 856328207,
            "stop": 856336810
        },
        {
            "start": 856336976,
            "stop": 856342256
        },
        {
            "start": 856343487,
            "stop": 856360271
        },
        {
            "start": 856360274,
            "stop": 856360401
        },
        {
            "start": 856360403,
            "stop": 856360408
        },
        {
            "start": 856361016,
            "stop": 856363242
        },
        {
            "start": 856364372,
            "stop": 856364614
        },
        {
            "start": 856364686,
            "stop": 856384005
        },
        {
            "start": 856385660,
            "stop": 856388568
        },
        {
            "start": 856389987,
            "stop": 856423633
        },
        {
            "start": 856428217,
            "stop": 856428353
        },
        {
            "start": 856428429,
            "stop": 856428618
        },
        {
            "start": 856428620,
            "stop": 856428683
        },
        {
            "start": 856428686,
            "stop": 856428687
        },
        {
            "start": 856428859,
            "stop": 856429463
        },
        {
            "start": 856429557,
            "stop": 856430763
        },
        {
            "start": 856430892,
            "stop": 856432907
        },
        {
            "start": 856433010,
            "stop": 856433042
        }
    ]
}