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=416
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=417",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=415",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 416,
    "results": [
        {
            "start": 825096122,
            "stop": 825096204
        },
        {
            "start": 825096221,
            "stop": 825096600
        },
        {
            "start": 825096660,
            "stop": 825096662
        },
        {
            "start": 825096679,
            "stop": 825097664
        },
        {
            "start": 825098112,
            "stop": 825098302
        },
        {
            "start": 825098305,
            "stop": 825098395
        },
        {
            "start": 825098399,
            "stop": 825098535
        },
        {
            "start": 825098538,
            "stop": 825098656
        },
        {
            "start": 825098660,
            "stop": 825098662
        },
        {
            "start": 825098666,
            "stop": 825098751
        },
        {
            "start": 825098772,
            "stop": 825098972
        },
        {
            "start": 825098975,
            "stop": 825099316
        },
        {
            "start": 825099319,
            "stop": 825099335
        },
        {
            "start": 825099352,
            "stop": 825099444
        },
        {
            "start": 825099481,
            "stop": 825099765
        },
        {
            "start": 825099768,
            "stop": 825100081
        },
        {
            "start": 825100084,
            "stop": 825100129
        },
        {
            "start": 825100132,
            "stop": 825100481
        },
        {
            "start": 825100484,
            "stop": 825100610
        },
        {
            "start": 825100627,
            "stop": 825100882
        }
    ]
}