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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=95",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=93",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 94,
    "results": [
        {
            "start": 1263886598,
            "stop": 1263888879
        },
        {
            "start": 1263888880,
            "stop": 1263889045
        },
        {
            "start": 1263889048,
            "stop": 1263889143
        },
        {
            "start": 1263889146,
            "stop": 1263891319
        },
        {
            "start": 1263891320,
            "stop": 1263891352
        },
        {
            "start": 1263891354,
            "stop": 1263891422
        },
        {
            "start": 1263891423,
            "stop": 1263891553
        },
        {
            "start": 1263891555,
            "stop": 1263891556
        },
        {
            "start": 1263891557,
            "stop": 1263891611
        },
        {
            "start": 1263891613,
            "stop": 1263891651
        },
        {
            "start": 1263891652,
            "stop": 1263891654
        },
        {
            "start": 1263891656,
            "stop": 1263891662
        },
        {
            "start": 1263891664,
            "stop": 1263891783
        },
        {
            "start": 1263891785,
            "stop": 1263892120
        },
        {
            "start": 1263892121,
            "stop": 1263892349
        },
        {
            "start": 1263892351,
            "stop": 1263892513
        },
        {
            "start": 1263892514,
            "stop": 1263892643
        },
        {
            "start": 1263892646,
            "stop": 1263892660
        },
        {
            "start": 1263892662,
            "stop": 1263893071
        },
        {
            "start": 1263893073,
            "stop": 1263893460
        }
    ]
}