Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=831
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=832",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=830",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 831,
    "results": [
        {
            "start": 960255372,
            "stop": 960255385
        },
        {
            "start": 960255391,
            "stop": 960255489
        },
        {
            "start": 960255509,
            "stop": 960255552
        },
        {
            "start": 960255558,
            "stop": 960255560
        },
        {
            "start": 960255566,
            "stop": 960255595
        },
        {
            "start": 960255601,
            "stop": 960255693
        },
        {
            "start": 960255699,
            "stop": 960255837
        },
        {
            "start": 960255844,
            "stop": 960256023
        },
        {
            "start": 960256040,
            "stop": 960257236
        },
        {
            "start": 960257242,
            "stop": 960257889
        },
        {
            "start": 960257895,
            "stop": 960259119
        },
        {
            "start": 960259125,
            "stop": 960260805
        },
        {
            "start": 960260810,
            "stop": 960261221
        },
        {
            "start": 960261227,
            "stop": 960261258
        },
        {
            "start": 960261264,
            "stop": 960261721
        },
        {
            "start": 960261727,
            "stop": 960261812
        },
        {
            "start": 960261818,
            "stop": 960266986
        },
        {
            "start": 960266992,
            "stop": 960267818
        },
        {
            "start": 960267830,
            "stop": 960267836
        },
        {
            "start": 960267844,
            "stop": 960267868
        }
    ]
}