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=1825
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=1826",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1824",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1825,
    "results": [
        {
            "start": 963042834,
            "stop": 963048888
        },
        {
            "start": 963049561,
            "stop": 963051956
        },
        {
            "start": 963051957,
            "stop": 963052184
        },
        {
            "start": 963079957,
            "stop": 963080017
        },
        {
            "start": 963080075,
            "stop": 963080690
        },
        {
            "start": 963081800,
            "stop": 963082226
        },
        {
            "start": 963082260,
            "stop": 963083303
        },
        {
            "start": 963083940,
            "stop": 963085257
        },
        {
            "start": 963086293,
            "stop": 963087905
        },
        {
            "start": 963089371,
            "stop": 963093899
        },
        {
            "start": 963093900,
            "stop": 963102099
        },
        {
            "start": 963102100,
            "stop": 963102682
        },
        {
            "start": 963105246,
            "stop": 963108370
        },
        {
            "start": 963130693,
            "stop": 963132762
        },
        {
            "start": 963139291,
            "stop": 963139719
        },
        {
            "start": 963139720,
            "stop": 963140291
        },
        {
            "start": 963140292,
            "stop": 963142806
        },
        {
            "start": 963149283,
            "stop": 963149918
        },
        {
            "start": 963155202,
            "stop": 963156608
        },
        {
            "start": 963157613,
            "stop": 963159464
        }
    ]
}