Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=473
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=474",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=472",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 473,
    "results": [
        {
            "start": 862241405,
            "stop": 862241417
        },
        {
            "start": 862241421,
            "stop": 862241422
        },
        {
            "start": 862241426,
            "stop": 862241428
        },
        {
            "start": 862241432,
            "stop": 862241433
        },
        {
            "start": 862241439,
            "stop": 862241441
        },
        {
            "start": 862241448,
            "stop": 862241455
        },
        {
            "start": 862241458,
            "stop": 862241459
        },
        {
            "start": 862241463,
            "stop": 862241468
        },
        {
            "start": 862241469,
            "stop": 862241472
        },
        {
            "start": 862241473,
            "stop": 862241485
        },
        {
            "start": 862241487,
            "stop": 862241495
        },
        {
            "start": 862241497,
            "stop": 862241502
        },
        {
            "start": 862241504,
            "stop": 862241522
        },
        {
            "start": 862241526,
            "stop": 862241564
        },
        {
            "start": 862241566,
            "stop": 862241583
        },
        {
            "start": 862241585,
            "stop": 862241609
        },
        {
            "start": 862241611,
            "stop": 862241644
        },
        {
            "start": 862241646,
            "stop": 862248880
        },
        {
            "start": 862249688,
            "stop": 862274187
        },
        {
            "start": 862276335,
            "stop": 862287610
        }
    ]
}