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=5168
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=5169",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5167",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5168,
    "results": [
        {
            "start": 1137000531,
            "stop": 1137000540
        },
        {
            "start": 1137000541,
            "stop": 1137000552
        },
        {
            "start": 1137000553,
            "stop": 1137000575
        },
        {
            "start": 1137000577,
            "stop": 1137000596
        },
        {
            "start": 1137000598,
            "stop": 1137000665
        },
        {
            "start": 1137000669,
            "stop": 1137000682
        },
        {
            "start": 1137000684,
            "stop": 1137000754
        },
        {
            "start": 1137000756,
            "stop": 1137000762
        },
        {
            "start": 1137000767,
            "stop": 1137000768
        },
        {
            "start": 1137000770,
            "stop": 1137000785
        },
        {
            "start": 1137000787,
            "stop": 1137000793
        },
        {
            "start": 1137000797,
            "stop": 1137000806
        },
        {
            "start": 1137000807,
            "stop": 1137000814
        },
        {
            "start": 1137000816,
            "stop": 1137000825
        },
        {
            "start": 1137000827,
            "stop": 1137000846
        },
        {
            "start": 1137000850,
            "stop": 1137000853
        },
        {
            "start": 1137000855,
            "stop": 1137000867
        },
        {
            "start": 1137000872,
            "stop": 1137000882
        },
        {
            "start": 1137000883,
            "stop": 1137000892
        },
        {
            "start": 1137000894,
            "stop": 1137000899
        }
    ]
}