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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3624",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3622",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3623,
    "results": [
        {
            "start": 872218980,
            "stop": 872220313
        },
        {
            "start": 872220316,
            "stop": 872220560
        },
        {
            "start": 872220577,
            "stop": 872220600
        },
        {
            "start": 872220660,
            "stop": 872220790
        },
        {
            "start": 872220793,
            "stop": 872220960
        },
        {
            "start": 872221020,
            "stop": 872221034
        },
        {
            "start": 872221051,
            "stop": 872221200
        },
        {
            "start": 872221260,
            "stop": 872221584
        },
        {
            "start": 872221587,
            "stop": 872222640
        },
        {
            "start": 872222700,
            "stop": 872222859
        },
        {
            "start": 872222876,
            "stop": 872222927
        },
        {
            "start": 872222930,
            "stop": 872223210
        },
        {
            "start": 872223270,
            "stop": 872223285
        },
        {
            "start": 872223289,
            "stop": 872223360
        },
        {
            "start": 872223420,
            "stop": 872224073
        },
        {
            "start": 872224076,
            "stop": 872224631
        },
        {
            "start": 872224648,
            "stop": 872225160
        },
        {
            "start": 872225220,
            "stop": 872226772
        },
        {
            "start": 872226789,
            "stop": 872229030
        },
        {
            "start": 872229090,
            "stop": 872229388
        }
    ]
}