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=98
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=99",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=97",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 98,
    "results": [
        {
            "start": 931668054,
            "stop": 931668058
        },
        {
            "start": 931668067,
            "stop": 931668083
        },
        {
            "start": 931668090,
            "stop": 931668111
        },
        {
            "start": 931668118,
            "stop": 931668131
        },
        {
            "start": 931668141,
            "stop": 931668145
        },
        {
            "start": 931668152,
            "stop": 931668158
        },
        {
            "start": 931668187,
            "stop": 931668196
        },
        {
            "start": 931668205,
            "stop": 931668219
        },
        {
            "start": 931668226,
            "stop": 931668227
        },
        {
            "start": 931668234,
            "stop": 931668242
        },
        {
            "start": 931668248,
            "stop": 931668253
        },
        {
            "start": 931668259,
            "stop": 931668265
        },
        {
            "start": 931668273,
            "stop": 931668274
        },
        {
            "start": 931668281,
            "stop": 931668286
        },
        {
            "start": 931668297,
            "stop": 931668300
        },
        {
            "start": 931668307,
            "stop": 931668313
        },
        {
            "start": 931668320,
            "stop": 931668326
        },
        {
            "start": 931668343,
            "stop": 931668350
        },
        {
            "start": 931668365,
            "stop": 931668367
        },
        {
            "start": 931668375,
            "stop": 931668382
        }
    ]
}