Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=553
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=554",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=552",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 553,
    "results": [
        {
            "start": 872518312,
            "stop": 872519546
        },
        {
            "start": 872521211,
            "stop": 872521310
        },
        {
            "start": 872521311,
            "stop": 872521944
        },
        {
            "start": 872522151,
            "stop": 872524423
        },
        {
            "start": 872524425,
            "stop": 872524455
        },
        {
            "start": 872526610,
            "stop": 872526725
        },
        {
            "start": 872526727,
            "stop": 872527245
        },
        {
            "start": 872528542,
            "stop": 872529279
        },
        {
            "start": 872529414,
            "stop": 872529617
        },
        {
            "start": 872529618,
            "stop": 872529708
        },
        {
            "start": 872529710,
            "stop": 872530333
        },
        {
            "start": 872530335,
            "stop": 872530960
        },
        {
            "start": 872532451,
            "stop": 872532673
        },
        {
            "start": 872532675,
            "stop": 872532924
        },
        {
            "start": 872532926,
            "stop": 872532949
        },
        {
            "start": 872532951,
            "stop": 872533102
        },
        {
            "start": 872533103,
            "stop": 872533671
        },
        {
            "start": 872533672,
            "stop": 872533945
        },
        {
            "start": 872543851,
            "stop": 872543927
        },
        {
            "start": 872543941,
            "stop": 872545378
        }
    ]
}