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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=158",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=156",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 157,
    "results": [
        {
            "start": 931453807,
            "stop": 931453808
        },
        {
            "start": 931453809,
            "stop": 931453828
        },
        {
            "start": 931453829,
            "stop": 931453830
        },
        {
            "start": 931453831,
            "stop": 931453834
        },
        {
            "start": 931453837,
            "stop": 931453840
        },
        {
            "start": 931453844,
            "stop": 931453853
        },
        {
            "start": 931453855,
            "stop": 931453858
        },
        {
            "start": 931453860,
            "stop": 931453863
        },
        {
            "start": 931453867,
            "stop": 931453879
        },
        {
            "start": 931453880,
            "stop": 931453881
        },
        {
            "start": 931453883,
            "stop": 931453896
        },
        {
            "start": 931453901,
            "stop": 931453905
        },
        {
            "start": 931453907,
            "stop": 931453913
        },
        {
            "start": 931453914,
            "stop": 931453917
        },
        {
            "start": 931453918,
            "stop": 931453947
        },
        {
            "start": 931453952,
            "stop": 931453964
        },
        {
            "start": 931453968,
            "stop": 931453970
        },
        {
            "start": 931453975,
            "stop": 931453977
        },
        {
            "start": 931453979,
            "stop": 931453989
        },
        {
            "start": 931453992,
            "stop": 931454008
        }
    ]
}