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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=197",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=195",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 196,
    "results": [
        {
            "start": 820038123,
            "stop": 820038430
        },
        {
            "start": 820038434,
            "stop": 820038449
        },
        {
            "start": 820038452,
            "stop": 820038789
        },
        {
            "start": 820038792,
            "stop": 820039655
        },
        {
            "start": 820039659,
            "stop": 820039755
        },
        {
            "start": 820039875,
            "stop": 820040143
        },
        {
            "start": 820040146,
            "stop": 820040561
        },
        {
            "start": 820040564,
            "stop": 820040862
        },
        {
            "start": 820040982,
            "stop": 820041044
        },
        {
            "start": 820041047,
            "stop": 820041232
        },
        {
            "start": 820041352,
            "stop": 820041776
        },
        {
            "start": 820041780,
            "stop": 820041838
        },
        {
            "start": 820041842,
            "stop": 820042439
        },
        {
            "start": 820042442,
            "stop": 820042445
        },
        {
            "start": 820042450,
            "stop": 820043463
        },
        {
            "start": 820043466,
            "stop": 820044591
        },
        {
            "start": 820044594,
            "stop": 820044768
        },
        {
            "start": 820044800,
            "stop": 820045232
        },
        {
            "start": 820045235,
            "stop": 820045697
        },
        {
            "start": 820045700,
            "stop": 820047295
        }
    ]
}