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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46988",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46986",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46987,
    "results": [
        {
            "start": 875217547,
            "stop": 875217575
        },
        {
            "start": 875217576,
            "stop": 875217599
        },
        {
            "start": 875217600,
            "stop": 875217620
        },
        {
            "start": 875217621,
            "stop": 875217629
        },
        {
            "start": 875217630,
            "stop": 875217671
        },
        {
            "start": 875217674,
            "stop": 875217688
        },
        {
            "start": 875217689,
            "stop": 875217690
        },
        {
            "start": 875217691,
            "stop": 875217693
        },
        {
            "start": 875217696,
            "stop": 875217698
        },
        {
            "start": 875217699,
            "stop": 875217713
        },
        {
            "start": 875217716,
            "stop": 875217718
        },
        {
            "start": 875217719,
            "stop": 875217746
        },
        {
            "start": 875217747,
            "stop": 875217749
        },
        {
            "start": 875217750,
            "stop": 875217757
        },
        {
            "start": 875217758,
            "stop": 875217762
        },
        {
            "start": 875217766,
            "stop": 875217768
        },
        {
            "start": 875217771,
            "stop": 875217779
        },
        {
            "start": 875217782,
            "stop": 875217800
        },
        {
            "start": 875217801,
            "stop": 875217802
        },
        {
            "start": 875217807,
            "stop": 875217842
        }
    ]
}