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=209
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=210",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=208",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 209,
    "results": [
        {
            "start": 1264385198,
            "stop": 1264385233
        },
        {
            "start": 1264385235,
            "stop": 1264385259
        },
        {
            "start": 1264385260,
            "stop": 1264385267
        },
        {
            "start": 1264385269,
            "stop": 1264385271
        },
        {
            "start": 1264385273,
            "stop": 1264385276
        },
        {
            "start": 1264385277,
            "stop": 1264385284
        },
        {
            "start": 1264385286,
            "stop": 1264385301
        },
        {
            "start": 1264385302,
            "stop": 1264385317
        },
        {
            "start": 1264385318,
            "stop": 1264385376
        },
        {
            "start": 1264385377,
            "stop": 1264385385
        },
        {
            "start": 1264385386,
            "stop": 1264385395
        },
        {
            "start": 1264385396,
            "stop": 1264385403
        },
        {
            "start": 1264385405,
            "stop": 1264385510
        },
        {
            "start": 1264385512,
            "stop": 1264385518
        },
        {
            "start": 1264385520,
            "stop": 1264385526
        },
        {
            "start": 1264385527,
            "stop": 1264385573
        },
        {
            "start": 1264385575,
            "stop": 1264385582
        },
        {
            "start": 1264385584,
            "stop": 1264385590
        },
        {
            "start": 1264385592,
            "stop": 1264385647
        },
        {
            "start": 1264385651,
            "stop": 1264385689
        }
    ]
}