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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16776",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16774",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16775,
    "results": [
        {
            "start": 875110358,
            "stop": 875110571
        },
        {
            "start": 875110573,
            "stop": 875110671
        },
        {
            "start": 875110672,
            "stop": 875110695
        },
        {
            "start": 875110696,
            "stop": 875110754
        },
        {
            "start": 875110755,
            "stop": 875110919
        },
        {
            "start": 875110920,
            "stop": 875110929
        },
        {
            "start": 875110930,
            "stop": 875111041
        },
        {
            "start": 875111043,
            "stop": 875111366
        },
        {
            "start": 875111367,
            "stop": 875111370
        },
        {
            "start": 875111371,
            "stop": 875111377
        },
        {
            "start": 875111380,
            "stop": 875111391
        },
        {
            "start": 875111392,
            "stop": 875111394
        },
        {
            "start": 875111396,
            "stop": 875111407
        },
        {
            "start": 875111408,
            "stop": 875111449
        },
        {
            "start": 875111451,
            "stop": 875111454
        },
        {
            "start": 875111457,
            "stop": 875111461
        },
        {
            "start": 875111463,
            "stop": 875111465
        },
        {
            "start": 875111466,
            "stop": 875111469
        },
        {
            "start": 875111470,
            "stop": 875111485
        },
        {
            "start": 875111487,
            "stop": 875111488
        }
    ]
}