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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5331",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5329",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5330,
    "results": [
        {
            "start": 971115055,
            "stop": 971115072
        },
        {
            "start": 971115075,
            "stop": 971115081
        },
        {
            "start": 971115084,
            "stop": 971115122
        },
        {
            "start": 971115126,
            "stop": 971115148
        },
        {
            "start": 971115152,
            "stop": 971115159
        },
        {
            "start": 971115162,
            "stop": 971115164
        },
        {
            "start": 971115167,
            "stop": 971115309
        },
        {
            "start": 971115315,
            "stop": 971115342
        },
        {
            "start": 971115345,
            "stop": 971115418
        },
        {
            "start": 971115421,
            "stop": 971115667
        },
        {
            "start": 971115670,
            "stop": 971115769
        },
        {
            "start": 971115772,
            "stop": 971115894
        },
        {
            "start": 971115898,
            "stop": 971116688
        },
        {
            "start": 971116691,
            "stop": 971117183
        },
        {
            "start": 971117258,
            "stop": 971117326
        },
        {
            "start": 971117329,
            "stop": 971117374
        },
        {
            "start": 971117377,
            "stop": 971117395
        },
        {
            "start": 971117398,
            "stop": 971117840
        },
        {
            "start": 971117843,
            "stop": 971118058
        },
        {
            "start": 971118061,
            "stop": 971118155
        }
    ]
}