Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=253
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=254",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=252",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 253,
    "results": [
        {
            "start": 818219688,
            "stop": 818219694
        },
        {
            "start": 818219709,
            "stop": 818219719
        },
        {
            "start": 818219730,
            "stop": 818219732
        },
        {
            "start": 818219735,
            "stop": 818219737
        },
        {
            "start": 818219742,
            "stop": 818219746
        },
        {
            "start": 818219759,
            "stop": 818219760
        },
        {
            "start": 818219767,
            "stop": 818219770
        },
        {
            "start": 818219780,
            "stop": 818219785
        },
        {
            "start": 818219791,
            "stop": 818219794
        },
        {
            "start": 818219804,
            "stop": 818219808
        },
        {
            "start": 818219816,
            "stop": 818219817
        },
        {
            "start": 818219824,
            "stop": 818219828
        },
        {
            "start": 818219837,
            "stop": 818219838
        },
        {
            "start": 818219842,
            "stop": 818219844
        },
        {
            "start": 818219865,
            "stop": 818219869
        },
        {
            "start": 818219886,
            "stop": 818219888
        },
        {
            "start": 818219902,
            "stop": 818219908
        },
        {
            "start": 818219924,
            "stop": 818219928
        },
        {
            "start": 818219931,
            "stop": 818219935
        },
        {
            "start": 818219941,
            "stop": 818219942
        }
    ]
}