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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT1/segments?format=api&page=12",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT1/segments?format=api&page=10",
    "results_count": 352,
    "results_per_page": 20,
    "num_pages": 18,
    "page_number": 11,
    "results": [
        {
            "start": 1263680852,
            "stop": 1263685120
        },
        {
            "start": 1263688328,
            "stop": 1263697638
        },
        {
            "start": 1263697770,
            "stop": 1263751884
        },
        {
            "start": 1263752127,
            "stop": 1263767422
        },
        {
            "start": 1263777550,
            "stop": 1263795012
        },
        {
            "start": 1263806320,
            "stop": 1263850547
        },
        {
            "start": 1263855607,
            "stop": 1263924944
        },
        {
            "start": 1263942972,
            "stop": 1263961795
        },
        {
            "start": 1263966840,
            "stop": 1263983837
        },
        {
            "start": 1263986569,
            "stop": 1264000088
        },
        {
            "start": 1264001857,
            "stop": 1264011283
        },
        {
            "start": 1264013167,
            "stop": 1264046619
        },
        {
            "start": 1264046648,
            "stop": 1264046666
        },
        {
            "start": 1264050328,
            "stop": 1264056807
        },
        {
            "start": 1264063444,
            "stop": 1264115964
        },
        {
            "start": 1264119483,
            "stop": 1264137658
        },
        {
            "start": 1264145647,
            "stop": 1264186707
        },
        {
            "start": 1264195637,
            "stop": 1264258532
        },
        {
            "start": 1264294887,
            "stop": 1264452541
        },
        {
            "start": 1264468070,
            "stop": 1264468276
        }
    ]
}