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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=127",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=125",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 126,
    "results": [
        {
            "start": 820029885,
            "stop": 820030089
        },
        {
            "start": 820030096,
            "stop": 820030392
        },
        {
            "start": 820030399,
            "stop": 820030611
        },
        {
            "start": 820030619,
            "stop": 820031213
        },
        {
            "start": 820031220,
            "stop": 820032586
        },
        {
            "start": 820032593,
            "stop": 820032728
        },
        {
            "start": 820032735,
            "stop": 820032821
        },
        {
            "start": 820032828,
            "stop": 820032863
        },
        {
            "start": 820032870,
            "stop": 820033626
        },
        {
            "start": 820033633,
            "stop": 820033987
        },
        {
            "start": 820033994,
            "stop": 820034038
        },
        {
            "start": 820034051,
            "stop": 820034363
        },
        {
            "start": 820034370,
            "stop": 820035033
        },
        {
            "start": 820035047,
            "stop": 820035425
        },
        {
            "start": 820035432,
            "stop": 820035841
        },
        {
            "start": 820035849,
            "stop": 820035970
        },
        {
            "start": 820035977,
            "stop": 820036132
        },
        {
            "start": 820036140,
            "stop": 820036301
        },
        {
            "start": 820036308,
            "stop": 820036492
        },
        {
            "start": 820036499,
            "stop": 820036829
        }
    ]
}