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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=138",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=136",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 137,
    "results": [
        {
            "start": 820141564,
            "stop": 820141573
        },
        {
            "start": 820142783,
            "stop": 820143613
        },
        {
            "start": 820144096,
            "stop": 820144393
        },
        {
            "start": 820144497,
            "stop": 820145235
        },
        {
            "start": 820145238,
            "stop": 820145496
        },
        {
            "start": 820145500,
            "stop": 820145537
        },
        {
            "start": 820145541,
            "stop": 820146437
        },
        {
            "start": 820146440,
            "stop": 820146901
        },
        {
            "start": 820146918,
            "stop": 820147167
        },
        {
            "start": 820148015,
            "stop": 820148460
        },
        {
            "start": 820148520,
            "stop": 820148533
        },
        {
            "start": 820149460,
            "stop": 820150200
        },
        {
            "start": 820150320,
            "stop": 820150470
        },
        {
            "start": 820150473,
            "stop": 820150880
        },
        {
            "start": 820152273,
            "stop": 820152621
        },
        {
            "start": 820152624,
            "stop": 820154306
        },
        {
            "start": 820154309,
            "stop": 820154786
        },
        {
            "start": 820154789,
            "stop": 820156134
        },
        {
            "start": 820156137,
            "stop": 820156994
        },
        {
            "start": 820157670,
            "stop": 820158355
        }
    ]
}