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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5907",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5905",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5906,
    "results": [
        {
            "start": 875133377,
            "stop": 875133394
        },
        {
            "start": 875133397,
            "stop": 875133411
        },
        {
            "start": 875133414,
            "stop": 875133435
        },
        {
            "start": 875133438,
            "stop": 875133476
        },
        {
            "start": 875133479,
            "stop": 875133511
        },
        {
            "start": 875133514,
            "stop": 875133560
        },
        {
            "start": 875133563,
            "stop": 875133566
        },
        {
            "start": 875133569,
            "stop": 875133589
        },
        {
            "start": 875133592,
            "stop": 875133611
        },
        {
            "start": 875133614,
            "stop": 875133628
        },
        {
            "start": 875133631,
            "stop": 875133681
        },
        {
            "start": 875133684,
            "stop": 875133741
        },
        {
            "start": 875133744,
            "stop": 875133877
        },
        {
            "start": 875133880,
            "stop": 875133931
        },
        {
            "start": 875133934,
            "stop": 875133940
        },
        {
            "start": 875133943,
            "stop": 875133958
        },
        {
            "start": 875133961,
            "stop": 875133992
        },
        {
            "start": 875133995,
            "stop": 875134030
        },
        {
            "start": 875134033,
            "stop": 875134034
        },
        {
            "start": 875134041,
            "stop": 875134062
        }
    ]
}