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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=84",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=82",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 83,
    "results": [
        {
            "start": 931505363,
            "stop": 931505364
        },
        {
            "start": 931505369,
            "stop": 931505371
        },
        {
            "start": 931505374,
            "stop": 931505377
        },
        {
            "start": 931505381,
            "stop": 931505387
        },
        {
            "start": 931505393,
            "stop": 931505396
        },
        {
            "start": 931505400,
            "stop": 931505404
        },
        {
            "start": 931505411,
            "stop": 931505412
        },
        {
            "start": 931505415,
            "stop": 931505425
        },
        {
            "start": 931505428,
            "stop": 931505429
        },
        {
            "start": 931505438,
            "stop": 931505440
        },
        {
            "start": 931505446,
            "stop": 931505450
        },
        {
            "start": 931505459,
            "stop": 931505461
        },
        {
            "start": 931505465,
            "stop": 931505483
        },
        {
            "start": 931505491,
            "stop": 931505494
        },
        {
            "start": 931505497,
            "stop": 931505502
        },
        {
            "start": 931505508,
            "stop": 931505509
        },
        {
            "start": 931505512,
            "stop": 931505521
        },
        {
            "start": 931505524,
            "stop": 931505525
        },
        {
            "start": 931505532,
            "stop": 931505536
        },
        {
            "start": 931505539,
            "stop": 931505546
        }
    ]
}