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=1872
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=1873",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1871",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1872,
    "results": [
        {
            "start": 968720549,
            "stop": 968721693
        },
        {
            "start": 968721694,
            "stop": 968722061
        },
        {
            "start": 968722545,
            "stop": 968726641
        },
        {
            "start": 968727598,
            "stop": 968727942
        },
        {
            "start": 968727943,
            "stop": 968737727
        },
        {
            "start": 968737728,
            "stop": 968739711
        },
        {
            "start": 968739712,
            "stop": 968747052
        },
        {
            "start": 968747053,
            "stop": 968747717
        },
        {
            "start": 968747719,
            "stop": 968752642
        },
        {
            "start": 968752644,
            "stop": 968754972
        },
        {
            "start": 968757039,
            "stop": 968758104
        },
        {
            "start": 968758106,
            "stop": 968758157
        },
        {
            "start": 968759038,
            "stop": 968759047
        },
        {
            "start": 968760025,
            "stop": 968761745
        },
        {
            "start": 968762623,
            "stop": 968764725
        },
        {
            "start": 968765758,
            "stop": 968766227
        },
        {
            "start": 968767668,
            "stop": 968769523
        },
        {
            "start": 968769524,
            "stop": 968773750
        },
        {
            "start": 968773778,
            "stop": 968776516
        },
        {
            "start": 968776517,
            "stop": 968776696
        }
    ]
}