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=7484
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=7485",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7483",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7484,
    "results": [
        {
            "start": 970225905,
            "stop": 970225907
        },
        {
            "start": 970225910,
            "stop": 970226348
        },
        {
            "start": 970226354,
            "stop": 970226374
        },
        {
            "start": 970226380,
            "stop": 970226580
        },
        {
            "start": 970226586,
            "stop": 970226627
        },
        {
            "start": 970226633,
            "stop": 970226648
        },
        {
            "start": 970226654,
            "stop": 970226989
        },
        {
            "start": 970226995,
            "stop": 970227046
        },
        {
            "start": 970227049,
            "stop": 970227093
        },
        {
            "start": 970227099,
            "stop": 970227109
        },
        {
            "start": 970227115,
            "stop": 970227355
        },
        {
            "start": 970227358,
            "stop": 970227414
        },
        {
            "start": 970227417,
            "stop": 970227421
        },
        {
            "start": 970228894,
            "stop": 970228913
        },
        {
            "start": 970228919,
            "stop": 970229784
        },
        {
            "start": 970229787,
            "stop": 970229944
        },
        {
            "start": 970229952,
            "stop": 970229973
        },
        {
            "start": 970229979,
            "stop": 970230112
        },
        {
            "start": 970230115,
            "stop": 970230301
        },
        {
            "start": 970230304,
            "stop": 970230663
        }
    ]
}