Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3845
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=3846",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3844",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3845,
    "results": [
        {
            "start": 875110051,
            "stop": 875110440
        },
        {
            "start": 875110560,
            "stop": 875111494
        },
        {
            "start": 875111497,
            "stop": 875112421
        },
        {
            "start": 875112424,
            "stop": 875112444
        },
        {
            "start": 875112449,
            "stop": 875114070
        },
        {
            "start": 875114073,
            "stop": 875114604
        },
        {
            "start": 875114621,
            "stop": 875114805
        },
        {
            "start": 875114822,
            "stop": 875115028
        },
        {
            "start": 875115045,
            "stop": 875115147
        },
        {
            "start": 875115164,
            "stop": 875116064
        },
        {
            "start": 875116068,
            "stop": 875116069
        },
        {
            "start": 875116073,
            "stop": 875116584
        },
        {
            "start": 875116587,
            "stop": 875116902
        },
        {
            "start": 875116920,
            "stop": 875117471
        },
        {
            "start": 875117488,
            "stop": 875118360
        },
        {
            "start": 875118420,
            "stop": 875119442
        },
        {
            "start": 875119461,
            "stop": 875119926
        },
        {
            "start": 875119929,
            "stop": 875121240
        },
        {
            "start": 875121304,
            "stop": 875122379
        },
        {
            "start": 875122396,
            "stop": 875122632
        }
    ]
}