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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=226",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=224",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 225,
    "results": [
        {
            "start": 820525535,
            "stop": 820525831
        },
        {
            "start": 820525838,
            "stop": 820525881
        },
        {
            "start": 820525889,
            "stop": 820526092
        },
        {
            "start": 820526099,
            "stop": 820526909
        },
        {
            "start": 820526917,
            "stop": 820527017
        },
        {
            "start": 820527025,
            "stop": 820527129
        },
        {
            "start": 820527136,
            "stop": 820527233
        },
        {
            "start": 820527240,
            "stop": 820527755
        },
        {
            "start": 820527762,
            "stop": 820527823
        },
        {
            "start": 820527832,
            "stop": 820527867
        },
        {
            "start": 820527880,
            "stop": 820528179
        },
        {
            "start": 820528187,
            "stop": 820528355
        },
        {
            "start": 820528362,
            "stop": 820528419
        },
        {
            "start": 820528426,
            "stop": 820528751
        },
        {
            "start": 820533674,
            "stop": 820533693
        },
        {
            "start": 820535236,
            "stop": 820535354
        },
        {
            "start": 820535361,
            "stop": 820536272
        },
        {
            "start": 820536280,
            "stop": 820536295
        },
        {
            "start": 820536302,
            "stop": 820536510
        },
        {
            "start": 820536517,
            "stop": 820536525
        }
    ]
}