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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14448",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14446",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14447,
    "results": [
        {
            "start": 971559657,
            "stop": 971559661
        },
        {
            "start": 971559663,
            "stop": 971559668
        },
        {
            "start": 971559669,
            "stop": 971559674
        },
        {
            "start": 971559675,
            "stop": 971559707
        },
        {
            "start": 971559708,
            "stop": 971559710
        },
        {
            "start": 971559711,
            "stop": 971559727
        },
        {
            "start": 971559728,
            "stop": 971559736
        },
        {
            "start": 971559737,
            "stop": 971559741
        },
        {
            "start": 971559744,
            "stop": 971559756
        },
        {
            "start": 971559758,
            "stop": 971559760
        },
        {
            "start": 971559764,
            "stop": 971559768
        },
        {
            "start": 971559770,
            "stop": 971559773
        },
        {
            "start": 971559775,
            "stop": 971559780
        },
        {
            "start": 971559782,
            "stop": 971559787
        },
        {
            "start": 971559792,
            "stop": 971559793
        },
        {
            "start": 971559795,
            "stop": 971559797
        },
        {
            "start": 971559800,
            "stop": 971559807
        },
        {
            "start": 971559809,
            "stop": 971559812
        },
        {
            "start": 971559815,
            "stop": 971559829
        },
        {
            "start": 971559831,
            "stop": 971559844
        }
    ]
}