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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=295",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=293",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 294,
    "results": [
        {
            "start": 1264769251,
            "stop": 1264769254
        },
        {
            "start": 1264769256,
            "stop": 1264769258
        },
        {
            "start": 1264769259,
            "stop": 1264769262
        },
        {
            "start": 1264769265,
            "stop": 1264769267
        },
        {
            "start": 1264769272,
            "stop": 1264769325
        },
        {
            "start": 1264769327,
            "stop": 1264769348
        },
        {
            "start": 1264769353,
            "stop": 1264769364
        },
        {
            "start": 1264769365,
            "stop": 1264769374
        },
        {
            "start": 1264769378,
            "stop": 1264769385
        },
        {
            "start": 1264783968,
            "stop": 1264784647
        },
        {
            "start": 1264784753,
            "stop": 1264786220
        },
        {
            "start": 1264786224,
            "stop": 1264791696
        },
        {
            "start": 1264792615,
            "stop": 1264797411
        },
        {
            "start": 1264797414,
            "stop": 1264797622
        },
        {
            "start": 1264797623,
            "stop": 1264797652
        },
        {
            "start": 1264797654,
            "stop": 1264797657
        },
        {
            "start": 1264797660,
            "stop": 1264797661
        },
        {
            "start": 1264797662,
            "stop": 1264797664
        },
        {
            "start": 1264797666,
            "stop": 1264797738
        },
        {
            "start": 1264797739,
            "stop": 1264797750
        }
    ]
}