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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=214",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=212",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 213,
    "results": [
        {
            "start": 853246458,
            "stop": 853246554
        },
        {
            "start": 853246604,
            "stop": 853246776
        },
        {
            "start": 853246928,
            "stop": 853252492
        },
        {
            "start": 853252773,
            "stop": 853254463
        },
        {
            "start": 853254944,
            "stop": 853256257
        },
        {
            "start": 853256387,
            "stop": 853256662
        },
        {
            "start": 853256737,
            "stop": 853259411
        },
        {
            "start": 853260233,
            "stop": 853271023
        },
        {
            "start": 853272088,
            "stop": 853278051
        },
        {
            "start": 853278645,
            "stop": 853298854
        },
        {
            "start": 853298928,
            "stop": 853311835
        },
        {
            "start": 853315823,
            "stop": 853316751
        },
        {
            "start": 853318765,
            "stop": 853322965
        },
        {
            "start": 853323134,
            "stop": 853333849
        },
        {
            "start": 853334539,
            "stop": 853338254
        },
        {
            "start": 853339221,
            "stop": 853344150
        },
        {
            "start": 853344230,
            "stop": 853393449
        },
        {
            "start": 853394408,
            "stop": 853401343
        },
        {
            "start": 853402339,
            "stop": 853415321
        },
        {
            "start": 853438917,
            "stop": 853439177
        }
    ]
}