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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7435",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7433",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7434,
    "results": [
        {
            "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
        },
        {
            "start": 969907850,
            "stop": 969907864
        },
        {
            "start": 969907882,
            "stop": 969907907
        },
        {
            "start": 969908267,
            "stop": 969908387
        },
        {
            "start": 969908507,
            "stop": 969908723
        },
        {
            "start": 969908726,
            "stop": 969908807
        }
    ]
}