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=16796
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=16797",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16795",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16796,
    "results": [
        {
            "start": 875123265,
            "stop": 875123297
        },
        {
            "start": 875123300,
            "stop": 875123308
        },
        {
            "start": 875123309,
            "stop": 875123409
        },
        {
            "start": 875123410,
            "stop": 875123417
        },
        {
            "start": 875123420,
            "stop": 875123433
        },
        {
            "start": 875123434,
            "stop": 875123438
        },
        {
            "start": 875123443,
            "stop": 875123445
        },
        {
            "start": 875123446,
            "stop": 875123447
        },
        {
            "start": 875123448,
            "stop": 875123449
        },
        {
            "start": 875123454,
            "stop": 875123456
        },
        {
            "start": 875123457,
            "stop": 875123460
        },
        {
            "start": 875123461,
            "stop": 875123463
        },
        {
            "start": 875123469,
            "stop": 875123484
        },
        {
            "start": 875123485,
            "stop": 875123494
        },
        {
            "start": 875123497,
            "stop": 875123498
        },
        {
            "start": 875123501,
            "stop": 875123502
        },
        {
            "start": 875123505,
            "stop": 875123531
        },
        {
            "start": 875123532,
            "stop": 875123533
        },
        {
            "start": 875123536,
            "stop": 875123539
        },
        {
            "start": 875123540,
            "stop": 875123553
        }
    ]
}