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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=195",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=193",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 194,
    "results": [
        {
            "start": 1176961408,
            "stop": 1176961409
        },
        {
            "start": 1176961414,
            "stop": 1176961439
        },
        {
            "start": 1176961442,
            "stop": 1176961443
        },
        {
            "start": 1176961447,
            "stop": 1176961477
        },
        {
            "start": 1176961478,
            "stop": 1176961479
        },
        {
            "start": 1176961480,
            "stop": 1176961490
        },
        {
            "start": 1176961491,
            "stop": 1176961492
        },
        {
            "start": 1176961493,
            "stop": 1176961542
        },
        {
            "start": 1176961545,
            "stop": 1176961583
        },
        {
            "start": 1176961585,
            "stop": 1176961645
        },
        {
            "start": 1176961648,
            "stop": 1176961793
        },
        {
            "start": 1176961794,
            "stop": 1176961826
        },
        {
            "start": 1176961829,
            "stop": 1176962225
        },
        {
            "start": 1176962228,
            "stop": 1176962232
        },
        {
            "start": 1176962240,
            "stop": 1176962285
        },
        {
            "start": 1176962293,
            "stop": 1176962358
        },
        {
            "start": 1176962361,
            "stop": 1176962364
        },
        {
            "start": 1176962365,
            "stop": 1176962370
        },
        {
            "start": 1176962372,
            "stop": 1176962374
        },
        {
            "start": 1176962378,
            "stop": 1176962381
        }
    ]
}