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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=316",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=314",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 315,
    "results": [
        {
            "start": 854994158,
            "stop": 855004901
        },
        {
            "start": 855005060,
            "stop": 855005668
        },
        {
            "start": 855005894,
            "stop": 855011523
        },
        {
            "start": 855011782,
            "stop": 855086935
        },
        {
            "start": 855088611,
            "stop": 855117024
        },
        {
            "start": 855117060,
            "stop": 855120322
        },
        {
            "start": 855123989,
            "stop": 855243371
        },
        {
            "start": 855244972,
            "stop": 855268100
        },
        {
            "start": 855268529,
            "stop": 855312440
        },
        {
            "start": 855314161,
            "stop": 855352843
        },
        {
            "start": 855360816,
            "stop": 855414381
        },
        {
            "start": 855415254,
            "stop": 855417625
        },
        {
            "start": 855459213,
            "stop": 855460700
        },
        {
            "start": 855461011,
            "stop": 855487353
        },
        {
            "start": 855487557,
            "stop": 855488519
        },
        {
            "start": 855488801,
            "stop": 855489699
        },
        {
            "start": 855489932,
            "stop": 855492342
        },
        {
            "start": 855492931,
            "stop": 855498022
        },
        {
            "start": 855499902,
            "stop": 855506670
        },
        {
            "start": 855510875,
            "stop": 855516576
        }
    ]
}