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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14323",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14321",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14322,
    "results": [
        {
            "start": 971252396,
            "stop": 971252400
        },
        {
            "start": 971252401,
            "stop": 971252413
        },
        {
            "start": 971252414,
            "stop": 971252416
        },
        {
            "start": 971252417,
            "stop": 971252423
        },
        {
            "start": 971252425,
            "stop": 971252429
        },
        {
            "start": 971252438,
            "stop": 971252458
        },
        {
            "start": 971252459,
            "stop": 971252487
        },
        {
            "start": 971252488,
            "stop": 971252490
        },
        {
            "start": 971252491,
            "stop": 971252506
        },
        {
            "start": 971252507,
            "stop": 971252512
        },
        {
            "start": 971252514,
            "stop": 971252517
        },
        {
            "start": 971252518,
            "stop": 971252541
        },
        {
            "start": 971252543,
            "stop": 971252544
        },
        {
            "start": 971252548,
            "stop": 971252552
        },
        {
            "start": 971252553,
            "stop": 971252560
        },
        {
            "start": 971252561,
            "stop": 971252563
        },
        {
            "start": 971252565,
            "stop": 971252572
        },
        {
            "start": 971252575,
            "stop": 971252578
        },
        {
            "start": 971252579,
            "stop": 971252584
        },
        {
            "start": 971252586,
            "stop": 971252601
        }
    ]
}