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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5094",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5092",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5093,
    "results": [
        {
            "start": 1136973493,
            "stop": 1136973509
        },
        {
            "start": 1136973511,
            "stop": 1136973534
        },
        {
            "start": 1136973536,
            "stop": 1136973549
        },
        {
            "start": 1136973551,
            "stop": 1136973591
        },
        {
            "start": 1136973593,
            "stop": 1136973619
        },
        {
            "start": 1136973621,
            "stop": 1136973701
        },
        {
            "start": 1136973703,
            "stop": 1136973705
        },
        {
            "start": 1136973707,
            "stop": 1136973763
        },
        {
            "start": 1136973765,
            "stop": 1136973784
        },
        {
            "start": 1136973786,
            "stop": 1136973792
        },
        {
            "start": 1136973795,
            "stop": 1136973804
        },
        {
            "start": 1136973805,
            "stop": 1136973807
        },
        {
            "start": 1136973809,
            "stop": 1136973838
        },
        {
            "start": 1136973839,
            "stop": 1136973863
        },
        {
            "start": 1136973865,
            "stop": 1136973892
        },
        {
            "start": 1136973893,
            "stop": 1136973916
        },
        {
            "start": 1136973917,
            "stop": 1136973928
        },
        {
            "start": 1136973929,
            "stop": 1136973931
        },
        {
            "start": 1136973934,
            "stop": 1136973937
        },
        {
            "start": 1136973940,
            "stop": 1136973954
        }
    ]
}