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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5995",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5993",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 5994,
    "results": [
        {
            "start": 873421577,
            "stop": 873421578
        },
        {
            "start": 873421579,
            "stop": 873421583
        },
        {
            "start": 873421585,
            "stop": 873421586
        },
        {
            "start": 873421587,
            "stop": 873421589
        },
        {
            "start": 873421591,
            "stop": 873421600
        },
        {
            "start": 873421602,
            "stop": 873421604
        },
        {
            "start": 873421605,
            "stop": 873421606
        },
        {
            "start": 873421607,
            "stop": 873421610
        },
        {
            "start": 873421612,
            "stop": 873421616
        },
        {
            "start": 873421617,
            "stop": 873421621
        },
        {
            "start": 873421626,
            "stop": 873421628
        },
        {
            "start": 873421629,
            "stop": 873421634
        },
        {
            "start": 873421635,
            "stop": 873421637
        },
        {
            "start": 873421638,
            "stop": 873421643
        },
        {
            "start": 873421645,
            "stop": 873421647
        },
        {
            "start": 873421648,
            "stop": 873421655
        },
        {
            "start": 873421656,
            "stop": 873421657
        },
        {
            "start": 873421658,
            "stop": 873421668
        },
        {
            "start": 873421670,
            "stop": 873421674
        },
        {
            "start": 873421675,
            "stop": 873421690
        }
    ]
}