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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=372",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=370",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 371,
    "results": [
        {
            "start": 865197842,
            "stop": 865198133
        },
        {
            "start": 865198151,
            "stop": 865198203
        },
        {
            "start": 865198221,
            "stop": 865198283
        },
        {
            "start": 865198862,
            "stop": 865198868
        },
        {
            "start": 865198890,
            "stop": 865199130
        },
        {
            "start": 865199190,
            "stop": 865199250
        },
        {
            "start": 865199370,
            "stop": 865199399
        },
        {
            "start": 865199516,
            "stop": 865199686
        },
        {
            "start": 865199986,
            "stop": 865200155
        },
        {
            "start": 865200173,
            "stop": 865200175
        },
        {
            "start": 865200194,
            "stop": 865200196
        },
        {
            "start": 865200306,
            "stop": 865200325
        },
        {
            "start": 865200933,
            "stop": 865200949
        },
        {
            "start": 865200966,
            "stop": 865201051
        },
        {
            "start": 865201069,
            "stop": 865201080
        },
        {
            "start": 865201140,
            "stop": 865201218
        },
        {
            "start": 865201244,
            "stop": 865201282
        },
        {
            "start": 865201300,
            "stop": 865201415
        },
        {
            "start": 865201798,
            "stop": 865201833
        },
        {
            "start": 865219366,
            "stop": 865220610
        }
    ]
}