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=177
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=178",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=176",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 177,
    "results": [
        {
            "start": 831500226,
            "stop": 831503894
        },
        {
            "start": 831505244,
            "stop": 831508195
        },
        {
            "start": 831508197,
            "stop": 831508209
        },
        {
            "start": 831508211,
            "stop": 831512375
        },
        {
            "start": 831512377,
            "stop": 831512397
        },
        {
            "start": 831512399,
            "stop": 831513434
        },
        {
            "start": 831513436,
            "stop": 831516434
        },
        {
            "start": 831516436,
            "stop": 831516612
        },
        {
            "start": 831518345,
            "stop": 831524765
        },
        {
            "start": 831525984,
            "stop": 831527275
        },
        {
            "start": 831528305,
            "stop": 831536344
        },
        {
            "start": 831537191,
            "stop": 831540631
        },
        {
            "start": 831540633,
            "stop": 831542547
        },
        {
            "start": 831542548,
            "stop": 831543451
        },
        {
            "start": 831544017,
            "stop": 831545178
        },
        {
            "start": 831545179,
            "stop": 831546078
        },
        {
            "start": 831546755,
            "stop": 831554504
        },
        {
            "start": 831554507,
            "stop": 831561389
        },
        {
            "start": 831561391,
            "stop": 831561438
        },
        {
            "start": 831561440,
            "stop": 831564520
        }
    ]
}