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=6153
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=6154",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6152",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6153,
    "results": [
        {
            "start": 874314499,
            "stop": 874314507
        },
        {
            "start": 874314508,
            "stop": 874314526
        },
        {
            "start": 874314527,
            "stop": 874314557
        },
        {
            "start": 874324131,
            "stop": 874324852
        },
        {
            "start": 874324853,
            "stop": 874325491
        },
        {
            "start": 874325492,
            "stop": 874327230
        },
        {
            "start": 874327231,
            "stop": 874327357
        },
        {
            "start": 874327358,
            "stop": 874327469
        },
        {
            "start": 874327470,
            "stop": 874329154
        },
        {
            "start": 874329155,
            "stop": 874329180
        },
        {
            "start": 874331544,
            "stop": 874331545
        },
        {
            "start": 874331546,
            "stop": 874331547
        },
        {
            "start": 874331549,
            "stop": 874331553
        },
        {
            "start": 874331554,
            "stop": 874331561
        },
        {
            "start": 874331562,
            "stop": 874331579
        },
        {
            "start": 874331580,
            "stop": 874331591
        },
        {
            "start": 874331592,
            "stop": 874331596
        },
        {
            "start": 874331598,
            "stop": 874331599
        },
        {
            "start": 874331600,
            "stop": 874331627
        },
        {
            "start": 874331629,
            "stop": 874331639
        }
    ]
}