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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=112",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=110",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 111,
    "results": [
        {
            "start": 931384364,
            "stop": 931384386
        },
        {
            "start": 931384388,
            "stop": 931384395
        },
        {
            "start": 931384397,
            "stop": 931384427
        },
        {
            "start": 931384428,
            "stop": 931384457
        },
        {
            "start": 931384459,
            "stop": 931384464
        },
        {
            "start": 931384466,
            "stop": 931384546
        },
        {
            "start": 931384547,
            "stop": 931384586
        },
        {
            "start": 931384588,
            "stop": 931384614
        },
        {
            "start": 931384615,
            "stop": 931384648
        },
        {
            "start": 931384649,
            "stop": 931384727
        },
        {
            "start": 931384729,
            "stop": 931384736
        },
        {
            "start": 931384739,
            "stop": 931384747
        },
        {
            "start": 931384748,
            "stop": 931384766
        },
        {
            "start": 931384768,
            "stop": 931384773
        },
        {
            "start": 931384775,
            "stop": 931384845
        },
        {
            "start": 931384846,
            "stop": 931384924
        },
        {
            "start": 931384926,
            "stop": 931384951
        },
        {
            "start": 931384953,
            "stop": 931384977
        },
        {
            "start": 931384979,
            "stop": 931385088
        },
        {
            "start": 931385090,
            "stop": 931385104
        }
    ]
}