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=70
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=71",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=69",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 70,
    "results": [
        {
            "start": 1262705380,
            "stop": 1262705381
        },
        {
            "start": 1262705387,
            "stop": 1262705389
        },
        {
            "start": 1262705391,
            "stop": 1262705424
        },
        {
            "start": 1262705426,
            "stop": 1262705429
        },
        {
            "start": 1262705434,
            "stop": 1262705443
        },
        {
            "start": 1262705447,
            "stop": 1262705459
        },
        {
            "start": 1262705462,
            "stop": 1262705464
        },
        {
            "start": 1262705465,
            "stop": 1262705480
        },
        {
            "start": 1262705483,
            "stop": 1262705492
        },
        {
            "start": 1262705494,
            "stop": 1262705498
        },
        {
            "start": 1262705501,
            "stop": 1262705502
        },
        {
            "start": 1262705503,
            "stop": 1262705511
        },
        {
            "start": 1262705513,
            "stop": 1262705515
        },
        {
            "start": 1262705516,
            "stop": 1262705518
        },
        {
            "start": 1262705521,
            "stop": 1262705525
        },
        {
            "start": 1262705530,
            "stop": 1262705531
        },
        {
            "start": 1262705534,
            "stop": 1262705535
        },
        {
            "start": 1262705536,
            "stop": 1262705539
        },
        {
            "start": 1262705543,
            "stop": 1262705560
        },
        {
            "start": 1262705566,
            "stop": 1262705597
        }
    ]
}