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=523
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=524",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=522",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 523,
    "results": [
        {
            "start": 827134446,
            "stop": 827134899
        },
        {
            "start": 827134921,
            "stop": 827134937
        },
        {
            "start": 827134958,
            "stop": 827135366
        },
        {
            "start": 827135385,
            "stop": 827135452
        },
        {
            "start": 827135473,
            "stop": 827135484
        },
        {
            "start": 827135504,
            "stop": 827135566
        },
        {
            "start": 827135601,
            "stop": 827135728
        },
        {
            "start": 827135747,
            "stop": 827136875
        },
        {
            "start": 827136879,
            "stop": 827137190
        },
        {
            "start": 827137219,
            "stop": 827137466
        },
        {
            "start": 827137469,
            "stop": 827137544
        },
        {
            "start": 827137563,
            "stop": 827137919
        },
        {
            "start": 827137961,
            "stop": 827138042
        },
        {
            "start": 827138061,
            "stop": 827138282
        },
        {
            "start": 827138285,
            "stop": 827138340
        },
        {
            "start": 827138357,
            "stop": 827138595
        },
        {
            "start": 827138598,
            "stop": 827139054
        },
        {
            "start": 827139057,
            "stop": 827140373
        },
        {
            "start": 827140376,
            "stop": 827140396
        },
        {
            "start": 827140400,
            "stop": 827142311
        }
    ]
}