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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=370",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=368",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 369,
    "results": [
        {
            "start": 821372266,
            "stop": 821372334
        },
        {
            "start": 821372353,
            "stop": 821372479
        },
        {
            "start": 821372498,
            "stop": 821372574
        },
        {
            "start": 821372580,
            "stop": 821372608
        },
        {
            "start": 821372627,
            "stop": 821372664
        },
        {
            "start": 821372683,
            "stop": 821372763
        },
        {
            "start": 821372782,
            "stop": 821372789
        },
        {
            "start": 821372808,
            "stop": 821372843
        },
        {
            "start": 821372891,
            "stop": 821372909
        },
        {
            "start": 821372928,
            "stop": 821372985
        },
        {
            "start": 821373004,
            "stop": 821373116
        },
        {
            "start": 821373135,
            "stop": 821373166
        },
        {
            "start": 821373185,
            "stop": 821373199
        },
        {
            "start": 821373219,
            "stop": 821373228
        },
        {
            "start": 821373247,
            "stop": 821373255
        },
        {
            "start": 821373274,
            "stop": 821373304
        },
        {
            "start": 821373338,
            "stop": 821373515
        },
        {
            "start": 821373534,
            "stop": 821373537
        },
        {
            "start": 821373556,
            "stop": 821373758
        },
        {
            "start": 821373777,
            "stop": 821373917
        }
    ]
}