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=7374
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=7375",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7373",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7374,
    "results": [
        {
            "start": 969508843,
            "stop": 969509027
        },
        {
            "start": 969509087,
            "stop": 969509247
        },
        {
            "start": 969509264,
            "stop": 969509387
        },
        {
            "start": 969509447,
            "stop": 969509867
        },
        {
            "start": 969509927,
            "stop": 969510196
        },
        {
            "start": 969510199,
            "stop": 969510283
        },
        {
            "start": 969510286,
            "stop": 969510707
        },
        {
            "start": 969510767,
            "stop": 969510947
        },
        {
            "start": 969511067,
            "stop": 969511391
        },
        {
            "start": 969511394,
            "stop": 969511427
        },
        {
            "start": 969511487,
            "stop": 969511515
        },
        {
            "start": 969511518,
            "stop": 969511847
        },
        {
            "start": 969511907,
            "stop": 969512147
        },
        {
            "start": 969512207,
            "stop": 969512355
        },
        {
            "start": 969512358,
            "stop": 969512447
        },
        {
            "start": 969512567,
            "stop": 969512627
        },
        {
            "start": 969512687,
            "stop": 969513227
        },
        {
            "start": 969513347,
            "stop": 969513587
        },
        {
            "start": 969513647,
            "stop": 969513669
        },
        {
            "start": 969513672,
            "stop": 969513707
        }
    ]
}