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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41086",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41084",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41085,
    "results": [
        {
            "start": 875217237,
            "stop": 875217256
        },
        {
            "start": 875217257,
            "stop": 875217284
        },
        {
            "start": 875217285,
            "stop": 875217296
        },
        {
            "start": 875217297,
            "stop": 875217350
        },
        {
            "start": 875217351,
            "stop": 875217358
        },
        {
            "start": 875217359,
            "stop": 875217492
        },
        {
            "start": 875217493,
            "stop": 875217512
        },
        {
            "start": 875217513,
            "stop": 875217529
        },
        {
            "start": 875217530,
            "stop": 875217531
        },
        {
            "start": 875217532,
            "stop": 875217543
        },
        {
            "start": 875217547,
            "stop": 875217564
        },
        {
            "start": 875217565,
            "stop": 875217575
        },
        {
            "start": 875217576,
            "stop": 875217629
        },
        {
            "start": 875217630,
            "stop": 875217688
        },
        {
            "start": 875217689,
            "stop": 875217690
        },
        {
            "start": 875217691,
            "stop": 875217693
        },
        {
            "start": 875217695,
            "stop": 875217714
        },
        {
            "start": 875217717,
            "stop": 875217746
        },
        {
            "start": 875217747,
            "stop": 875217757
        },
        {
            "start": 875217758,
            "stop": 875217809
        }
    ]
}