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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=133",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=131",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 132,
    "results": [
        {
            "start": 931590960,
            "stop": 931590961
        },
        {
            "start": 931590967,
            "stop": 931590968
        },
        {
            "start": 931590971,
            "stop": 931590981
        },
        {
            "start": 931590984,
            "stop": 931590986
        },
        {
            "start": 931590988,
            "stop": 931590990
        },
        {
            "start": 931590993,
            "stop": 931591004
        },
        {
            "start": 931591014,
            "stop": 931591018
        },
        {
            "start": 931591022,
            "stop": 931591023
        },
        {
            "start": 931591035,
            "stop": 931591040
        },
        {
            "start": 931591057,
            "stop": 931591059
        },
        {
            "start": 931591075,
            "stop": 931591077
        },
        {
            "start": 931591079,
            "stop": 931591083
        },
        {
            "start": 931591086,
            "stop": 931591087
        },
        {
            "start": 931591090,
            "stop": 931591095
        },
        {
            "start": 931591098,
            "stop": 931591099
        },
        {
            "start": 931591112,
            "stop": 931591115
        },
        {
            "start": 931591123,
            "stop": 931591124
        },
        {
            "start": 931591135,
            "stop": 931591136
        },
        {
            "start": 931591139,
            "stop": 931591146
        },
        {
            "start": 931591155,
            "stop": 931591162
        }
    ]
}