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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=368",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=366",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 367,
    "results": [
        {
            "start": 825150526,
            "stop": 825150544
        },
        {
            "start": 825150589,
            "stop": 825150813
        },
        {
            "start": 825151487,
            "stop": 825151634
        },
        {
            "start": 825153200,
            "stop": 825153322
        },
        {
            "start": 825153329,
            "stop": 825157232
        },
        {
            "start": 825157244,
            "stop": 825161616
        },
        {
            "start": 825161623,
            "stop": 825161691
        },
        {
            "start": 825161698,
            "stop": 825162174
        },
        {
            "start": 825162182,
            "stop": 825164570
        },
        {
            "start": 825164650,
            "stop": 825168898
        },
        {
            "start": 825168905,
            "stop": 825170440
        },
        {
            "start": 825170447,
            "stop": 825170448
        },
        {
            "start": 825175459,
            "stop": 825176090
        },
        {
            "start": 825176170,
            "stop": 825176640
        },
        {
            "start": 825176700,
            "stop": 825176770
        },
        {
            "start": 825176777,
            "stop": 825176820
        },
        {
            "start": 825176892,
            "stop": 825177462
        },
        {
            "start": 825177470,
            "stop": 825177817
        },
        {
            "start": 825204167,
            "stop": 825204976
        },
        {
            "start": 825205113,
            "stop": 825206940
        }
    ]
}