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=275
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=276",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=274",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 275,
    "results": [
        {
            "start": 850066193,
            "stop": 850066199
        },
        {
            "start": 850066202,
            "stop": 850066213
        },
        {
            "start": 850066222,
            "stop": 850066228
        },
        {
            "start": 850066246,
            "stop": 850066262
        },
        {
            "start": 850066388,
            "stop": 850066413
        },
        {
            "start": 850066422,
            "stop": 850066428
        },
        {
            "start": 850066471,
            "stop": 850066487
        },
        {
            "start": 850066505,
            "stop": 850066540
        },
        {
            "start": 850066549,
            "stop": 850066559
        },
        {
            "start": 850066577,
            "stop": 850066583
        },
        {
            "start": 850066592,
            "stop": 850066613
        },
        {
            "start": 850066628,
            "stop": 850066633
        },
        {
            "start": 850066642,
            "stop": 850066648
        },
        {
            "start": 850066691,
            "stop": 850066702
        },
        {
            "start": 850066721,
            "stop": 850066732
        },
        {
            "start": 850066740,
            "stop": 850066746
        },
        {
            "start": 850101279,
            "stop": 850101578
        },
        {
            "start": 850101582,
            "stop": 850101611
        },
        {
            "start": 850101620,
            "stop": 850101650
        },
        {
            "start": 850101654,
            "stop": 850103526
        }
    ]
}