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=311
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=312",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=310",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 311,
    "results": [
        {
            "start": 1264888958,
            "stop": 1264888964
        },
        {
            "start": 1264888967,
            "stop": 1264888982
        },
        {
            "start": 1264888983,
            "stop": 1264888984
        },
        {
            "start": 1264888986,
            "stop": 1264889088
        },
        {
            "start": 1264889091,
            "stop": 1264889106
        },
        {
            "start": 1264889108,
            "stop": 1264889114
        },
        {
            "start": 1264889116,
            "stop": 1264889150
        },
        {
            "start": 1264889151,
            "stop": 1264889152
        },
        {
            "start": 1264889154,
            "stop": 1264889158
        },
        {
            "start": 1264889162,
            "stop": 1264889190
        },
        {
            "start": 1264889195,
            "stop": 1264889330
        },
        {
            "start": 1264889331,
            "stop": 1264889336
        },
        {
            "start": 1264889339,
            "stop": 1264889342
        },
        {
            "start": 1264889343,
            "stop": 1264889344
        },
        {
            "start": 1264889347,
            "stop": 1264889352
        },
        {
            "start": 1264889355,
            "stop": 1264889364
        },
        {
            "start": 1264889370,
            "stop": 1264889372
        },
        {
            "start": 1264889374,
            "stop": 1264889375
        },
        {
            "start": 1264889377,
            "stop": 1264889379
        },
        {
            "start": 1264889381,
            "stop": 1264889382
        }
    ]
}