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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29349",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29347",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29348,
    "results": [
        {
            "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
        },
        {
            "start": 971252603,
            "stop": 971252607
        }
    ]
}