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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=209",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=207",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 208,
    "results": [
        {
            "start": 820517898,
            "stop": 820517901
        },
        {
            "start": 820517905,
            "stop": 820518058
        },
        {
            "start": 820518061,
            "stop": 820518144
        },
        {
            "start": 820518147,
            "stop": 820518247
        },
        {
            "start": 820518251,
            "stop": 820518253
        },
        {
            "start": 820518257,
            "stop": 820518286
        },
        {
            "start": 820518289,
            "stop": 820518368
        },
        {
            "start": 820518372,
            "stop": 820518707
        },
        {
            "start": 820518711,
            "stop": 820518747
        },
        {
            "start": 820518751,
            "stop": 820518951
        },
        {
            "start": 820518955,
            "stop": 820519273
        },
        {
            "start": 820519276,
            "stop": 820519279
        },
        {
            "start": 820519282,
            "stop": 820519351
        },
        {
            "start": 820519354,
            "stop": 820519420
        },
        {
            "start": 820519424,
            "stop": 820519585
        },
        {
            "start": 820519590,
            "stop": 820519594
        },
        {
            "start": 820519597,
            "stop": 820519675
        },
        {
            "start": 820519679,
            "stop": 820519682
        },
        {
            "start": 820519685,
            "stop": 820519779
        },
        {
            "start": 820519796,
            "stop": 820519922
        }
    ]
}