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=690
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=691",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=689",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 690,
    "results": [
        {
            "start": 950656998,
            "stop": 950657009
        },
        {
            "start": 950669841,
            "stop": 950675417
        },
        {
            "start": 950675423,
            "stop": 950676803
        },
        {
            "start": 950679824,
            "stop": 950680522
        },
        {
            "start": 950681387,
            "stop": 950682687
        },
        {
            "start": 950682693,
            "stop": 950686065
        },
        {
            "start": 950686071,
            "stop": 950686988
        },
        {
            "start": 950686994,
            "stop": 950689962
        },
        {
            "start": 950689968,
            "stop": 950692039
        },
        {
            "start": 950693085,
            "stop": 950695402
        },
        {
            "start": 950695408,
            "stop": 950695835
        },
        {
            "start": 950695841,
            "stop": 950696587
        },
        {
            "start": 950696593,
            "stop": 950697887
        },
        {
            "start": 950697893,
            "stop": 950700362
        },
        {
            "start": 950700368,
            "stop": 950700938
        },
        {
            "start": 950700944,
            "stop": 950701342
        },
        {
            "start": 950701348,
            "stop": 950701517
        },
        {
            "start": 950701523,
            "stop": 950702297
        },
        {
            "start": 950702303,
            "stop": 950703090
        },
        {
            "start": 950703096,
            "stop": 950704098
        }
    ]
}