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=483
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=484",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=482",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 483,
    "results": [
        {
            "start": 863633103,
            "stop": 863642924
        },
        {
            "start": 863643894,
            "stop": 863658714
        },
        {
            "start": 863658763,
            "stop": 863679240
        },
        {
            "start": 863680162,
            "stop": 863700434
        },
        {
            "start": 863701520,
            "stop": 863705753
        },
        {
            "start": 863705755,
            "stop": 863706046
        },
        {
            "start": 863706323,
            "stop": 863708507
        },
        {
            "start": 863710689,
            "stop": 863722775
        },
        {
            "start": 863723078,
            "stop": 863728924
        },
        {
            "start": 863729345,
            "stop": 863750182
        },
        {
            "start": 863750774,
            "stop": 863765278
        },
        {
            "start": 863766156,
            "stop": 863774079
        },
        {
            "start": 863774081,
            "stop": 863778565
        },
        {
            "start": 863778567,
            "stop": 863778648
        },
        {
            "start": 863779401,
            "stop": 863790831
        },
        {
            "start": 863790941,
            "stop": 863791151
        },
        {
            "start": 863791152,
            "stop": 863791511
        },
        {
            "start": 863792694,
            "stop": 863793852
        },
        {
            "start": 863793911,
            "stop": 863794292
        },
        {
            "start": 863794293,
            "stop": 863802633
        }
    ]
}