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=5941
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=5942",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5940",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 5941,
    "results": [
        {
            "start": 873192478,
            "stop": 873192493
        },
        {
            "start": 873192499,
            "stop": 873192538
        },
        {
            "start": 873192541,
            "stop": 873192544
        },
        {
            "start": 873192547,
            "stop": 873192648
        },
        {
            "start": 873192656,
            "stop": 873192657
        },
        {
            "start": 873192660,
            "stop": 873192668
        },
        {
            "start": 873192671,
            "stop": 873192672
        },
        {
            "start": 873192675,
            "stop": 873192677
        },
        {
            "start": 873192681,
            "stop": 873192682
        },
        {
            "start": 873192693,
            "stop": 873192699
        },
        {
            "start": 873192702,
            "stop": 873192740
        },
        {
            "start": 873192743,
            "stop": 873192744
        },
        {
            "start": 873192747,
            "stop": 873192754
        },
        {
            "start": 873192757,
            "stop": 873192758
        },
        {
            "start": 873192761,
            "stop": 873192766
        },
        {
            "start": 873192773,
            "stop": 873192785
        },
        {
            "start": 873192791,
            "stop": 873192792
        },
        {
            "start": 873192796,
            "stop": 873192887
        },
        {
            "start": 873192890,
            "stop": 873192893
        },
        {
            "start": 873192896,
            "stop": 873192898
        }
    ]
}