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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7419",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7417",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7418,
    "results": [
        {
            "start": 969905530,
            "stop": 969905679
        },
        {
            "start": 969905682,
            "stop": 969905702
        },
        {
            "start": 969905705,
            "stop": 969905846
        },
        {
            "start": 969905849,
            "stop": 969905860
        },
        {
            "start": 969905863,
            "stop": 969905871
        },
        {
            "start": 969905874,
            "stop": 969905895
        },
        {
            "start": 969905898,
            "stop": 969905951
        },
        {
            "start": 969905956,
            "stop": 969906070
        },
        {
            "start": 969906073,
            "stop": 969906169
        },
        {
            "start": 969906172,
            "stop": 969906258
        },
        {
            "start": 969906261,
            "stop": 969906287
        },
        {
            "start": 969906407,
            "stop": 969906467
        },
        {
            "start": 969906647,
            "stop": 969906827
        },
        {
            "start": 969906947,
            "stop": 969906948
        },
        {
            "start": 969906959,
            "stop": 969906992
        },
        {
            "start": 969907003,
            "stop": 969907039
        },
        {
            "start": 969907042,
            "stop": 969907159
        },
        {
            "start": 969907162,
            "stop": 969907187
        },
        {
            "start": 969907547,
            "stop": 969907573
        },
        {
            "start": 969907577,
            "stop": 969907607
        }
    ]
}