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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40722",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40720",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40721,
    "results": [
        {
            "start": 874956793,
            "stop": 874956805
        },
        {
            "start": 874956806,
            "stop": 874956928
        },
        {
            "start": 874956930,
            "stop": 874956938
        },
        {
            "start": 874956940,
            "stop": 874956941
        },
        {
            "start": 874956943,
            "stop": 874956944
        },
        {
            "start": 874956945,
            "stop": 874956955
        },
        {
            "start": 874956956,
            "stop": 874956983
        },
        {
            "start": 874956984,
            "stop": 874957006
        },
        {
            "start": 874957008,
            "stop": 874957027
        },
        {
            "start": 874957028,
            "stop": 874957046
        },
        {
            "start": 874957047,
            "stop": 874957080
        },
        {
            "start": 874957140,
            "stop": 874957148
        },
        {
            "start": 874957150,
            "stop": 874957164
        },
        {
            "start": 874957165,
            "stop": 874957169
        },
        {
            "start": 874957170,
            "stop": 874957194
        },
        {
            "start": 874957195,
            "stop": 874957243
        },
        {
            "start": 874957245,
            "stop": 874957246
        },
        {
            "start": 874957248,
            "stop": 874957249
        },
        {
            "start": 874957251,
            "stop": 874957252
        },
        {
            "start": 874957254,
            "stop": 874957260
        }
    ]
}