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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3284",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3282",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3283,
    "results": [
        {
            "start": 874101164,
            "stop": 874103520
        },
        {
            "start": 874103580,
            "stop": 874103760
        },
        {
            "start": 874103820,
            "stop": 874104120
        },
        {
            "start": 874104180,
            "stop": 874106820
        },
        {
            "start": 874106880,
            "stop": 874109524
        },
        {
            "start": 874109527,
            "stop": 874109670
        },
        {
            "start": 874109673,
            "stop": 874113240
        },
        {
            "start": 874113360,
            "stop": 874113420
        },
        {
            "start": 874113540,
            "stop": 874126080
        },
        {
            "start": 874126140,
            "stop": 874128540
        },
        {
            "start": 874128600,
            "stop": 874130220
        },
        {
            "start": 874130280,
            "stop": 874132447
        },
        {
            "start": 874133371,
            "stop": 874145760
        },
        {
            "start": 874145880,
            "stop": 874145970
        },
        {
            "start": 874146060,
            "stop": 874150320
        },
        {
            "start": 874150380,
            "stop": 874154960
        },
        {
            "start": 874154964,
            "stop": 874159440
        },
        {
            "start": 874159500,
            "stop": 874160585
        },
        {
            "start": 874160590,
            "stop": 874160633
        },
        {
            "start": 874160636,
            "stop": 874161360
        }
    ]
}