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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=87",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=85",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 86,
    "results": [
        {
            "start": 931505637,
            "stop": 931505644
        },
        {
            "start": 931505648,
            "stop": 931505652
        },
        {
            "start": 931505659,
            "stop": 931505662
        },
        {
            "start": 931505665,
            "stop": 931505671
        },
        {
            "start": 931505674,
            "stop": 931505675
        },
        {
            "start": 931505680,
            "stop": 931505684
        },
        {
            "start": 931505688,
            "stop": 931505694
        },
        {
            "start": 931505701,
            "stop": 931505703
        },
        {
            "start": 931505706,
            "stop": 931505708
        },
        {
            "start": 931505711,
            "stop": 931505714
        },
        {
            "start": 931505717,
            "stop": 931505719
        },
        {
            "start": 931505722,
            "stop": 931505727
        },
        {
            "start": 931505730,
            "stop": 931505736
        },
        {
            "start": 931505739,
            "stop": 931505743
        },
        {
            "start": 931505746,
            "stop": 931505748
        },
        {
            "start": 931505751,
            "stop": 931505764
        },
        {
            "start": 931505767,
            "stop": 931505770
        },
        {
            "start": 931505773,
            "stop": 931505777
        },
        {
            "start": 931505780,
            "stop": 931505785
        },
        {
            "start": 931505791,
            "stop": 931505795
        }
    ]
}