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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=306",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=304",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 305,
    "results": [
        {
            "start": 821740813,
            "stop": 821740892
        },
        {
            "start": 821740895,
            "stop": 821741265
        },
        {
            "start": 821741268,
            "stop": 821741292
        },
        {
            "start": 821741295,
            "stop": 821741423
        },
        {
            "start": 821741426,
            "stop": 821741443
        },
        {
            "start": 821741446,
            "stop": 821741458
        },
        {
            "start": 821741461,
            "stop": 821741567
        },
        {
            "start": 821741570,
            "stop": 821741590
        },
        {
            "start": 821741593,
            "stop": 821741672
        },
        {
            "start": 821741675,
            "stop": 821741700
        },
        {
            "start": 821741706,
            "stop": 821741768
        },
        {
            "start": 821741771,
            "stop": 821741777
        },
        {
            "start": 821741780,
            "stop": 821741784
        },
        {
            "start": 821741787,
            "stop": 821741865
        },
        {
            "start": 821741868,
            "stop": 821742015
        },
        {
            "start": 821742018,
            "stop": 821742295
        },
        {
            "start": 821742298,
            "stop": 821742326
        },
        {
            "start": 821742329,
            "stop": 821742641
        },
        {
            "start": 821742644,
            "stop": 821742763
        },
        {
            "start": 821742766,
            "stop": 821742769
        }
    ]
}