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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=49",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=47",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 48,
    "results": [
        {
            "start": 931497839,
            "stop": 931497873
        },
        {
            "start": 931497876,
            "stop": 931497881
        },
        {
            "start": 931497884,
            "stop": 931497890
        },
        {
            "start": 931497893,
            "stop": 931497905
        },
        {
            "start": 931497908,
            "stop": 931497927
        },
        {
            "start": 931497929,
            "stop": 931497930
        },
        {
            "start": 931497933,
            "stop": 931497936
        },
        {
            "start": 931497939,
            "stop": 931497961
        },
        {
            "start": 931497964,
            "stop": 931497969
        },
        {
            "start": 931497972,
            "stop": 931498002
        },
        {
            "start": 931498005,
            "stop": 931498031
        },
        {
            "start": 931498034,
            "stop": 931498046
        },
        {
            "start": 931498049,
            "stop": 931498097
        },
        {
            "start": 931498100,
            "stop": 931498104
        },
        {
            "start": 931498107,
            "stop": 931498120
        },
        {
            "start": 931498125,
            "stop": 931498127
        },
        {
            "start": 931498130,
            "stop": 931498136
        },
        {
            "start": 931498139,
            "stop": 931498145
        },
        {
            "start": 931498148,
            "stop": 931498153
        },
        {
            "start": 931498160,
            "stop": 931498164
        }
    ]
}