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/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14451
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=14452",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14450",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14451,
    "results": [
        {
            "start": 971560538,
            "stop": 971560542
        },
        {
            "start": 971560546,
            "stop": 971560548
        },
        {
            "start": 971560549,
            "stop": 971560550
        },
        {
            "start": 971560552,
            "stop": 971560561
        },
        {
            "start": 971560563,
            "stop": 971560574
        },
        {
            "start": 971560575,
            "stop": 971560593
        },
        {
            "start": 971560595,
            "stop": 971560597
        },
        {
            "start": 971560598,
            "stop": 971560599
        },
        {
            "start": 971560601,
            "stop": 971560605
        },
        {
            "start": 971560607,
            "stop": 971560611
        },
        {
            "start": 971560613,
            "stop": 971560631
        },
        {
            "start": 971560633,
            "stop": 971560646
        },
        {
            "start": 971560647,
            "stop": 971560668
        },
        {
            "start": 971560670,
            "stop": 971560671
        },
        {
            "start": 971560673,
            "stop": 971560676
        },
        {
            "start": 971560678,
            "stop": 971560680
        },
        {
            "start": 971560684,
            "stop": 971560686
        },
        {
            "start": 971560688,
            "stop": 971560691
        },
        {
            "start": 971560692,
            "stop": 971560694
        },
        {
            "start": 971560695,
            "stop": 971560698
        }
    ]
}